badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How do I change the colour of the text in footer?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8423
    Marc
    Participant

    Hi, Looking to change just the text colour in the footer. Any Ideas?

    Thanks

    #8464
    Sanjip Shah
    Participant

    @Marc Please provide a link to the exact page, where you want to change the text. Also, information on which text would you want to change. That way it would be easier for me to provide you the custom css.

    #8492
    Marc
    Participant

    http://www.mrsmakeup.co.uk/

    All footer text, i would like white

    #8538
    Sanjip Shah
    Participant

    In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’

    #colophon .widget {
        color: #FFFFFF;
    }
    #colophon a {
        color: #FFFFFF;
    }
    #colophon .widget-title {
        color: #FFFFFF;
    }

    Hope this helps. You can add the color code of your choice from here http://www.colorpicker.com/.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.