Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37904
    Neil
    Member

    Hello,
    The footer widgets on this site are very, very pale grey. I have changed this with some code but I would prefer to darken the colour with the css facility but cannot find where it is controlled.
    Any help would be great please.
    Site: http://www.cloudninedecor.co.uk
    Thankyou
    Neil

    #37939
    Sakin
    Keymaster

    @Neil: You can change the color code in the following css. For now I have added the color code that you have added. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Footer Widget Title Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #808080;
    }
    /* For Footer Widget Content and link Color */
    #supplementary .widget-area, #supplementary .widget-area a {
        color: #808080;
    }
    #37940
    Neil
    Member

    Thanks Sakin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Font Colour For Footer Widgets’ is closed to new replies.