Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59707
    Dennis
    Member

    Can anyone give me the custom css to change the background colour on the footer widget container?
    I have manged to change every other colour but can’t find the CSS for that one.
    Thanks,
    Dennis

    #59738
    Sakin
    Keymaster

    @Dennis: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #supplementary {
        background-color: #fff;
    }
    #59821
    Dennis
    Member

    Sakin,

    Thanks, great that works.
    So I can put any CSS that I want to override the theme CSS in here, great.

    Dennis.

    #59856
    Sakin
    Keymaster

    @Dennis: Yes, that Custom CSS box is there to add in your own css which will overwrite theme css.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer Widget background’ is closed to new replies.