Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9320
    egnalc
    Participant

    Hi

    I dont see any support forum for Catch Mustang.

    Is there a to change the background color of just the sidebars?

    The site I’m working on is gcautocare.com and the Sidebar background is the same as the body of the page (grey) I would like sidebar background to be white.

    #9355
    Sakin
    Keymaster

    @egnalc: I think you check the support forum without login. First login to site and see then check the support forum http://catchthemes.com/support-forum/ and you will see the Private Support Forum for Catch Mustang http://catchthemes.com/support-forum/forum/catch-mustang-premium/

    To change the sidebar background color to white. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #secondary {
        background-color: #fff;
    }
    #secondary .widget {
        padding: 10px 5% 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Catch Mustang Theme’ is closed to new replies.