Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78447
    Isabella
    Participant

    Hi,

    Is it possible to change the background color only in Optional Sidebar Two? I don’t want the backgrounds to change in side bars One and Three.

    Thanks!

    #78497
    Sakin
    Keymaster

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

    #third .widget {
        background-color: #fff;
        border-color: #ddd;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing bg of only Sidebar Two’ is closed to new replies.