• Resolved greatdee

    (@greatdee)


    I’m digging and digging and I haven’t found out how to change the color of sidebar’s background. I’d love to split it a bit from the content by changing the color or adding some nice looking border. But I don’t know how? Please, can anyone help me?
    Link to my site: here

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You need to try this in your Custom CSS if your theme supports Custom CSS:

    #secondary {
        background: none repeat scroll 0 0 #f00;
        border: 1px solid #000;
    }

    But if your theme does not support Custom CSS then you can use a Child Theme of a plugin for that either.

    I have provided the background color and border color with default red and black. You can change it as per your requirement.

    Thank you.

    Thread Starter greatdee

    (@greatdee)

    Thank you very much, I just figured it out.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change sidebar's background color?’ is closed to new replies.