Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello Abhilashhb

    If you provide a link of your website I can have a look at the code ??

    Thread Starter Abhilashhb

    (@abhilashhb)

    vpirate.in.
    Thank you.

    Alright just put this CSS into your Custom CSS or Child Theme style.css so that you won’t lose all the changes made when the theme update

    .sidebar {
    background: #ffffff;
    }

    Change the hex color code to whatever color you like ??

    Let me know if it works!

    Thread Starter Abhilashhb

    (@abhilashhb)

    Thanks a ton. It Worked!

    If you don’t mind, can you also tell me how to do it for the footer and also main content.

    Thanks in advance ??

    No worries, glad to help ??

    for the footer add this:

    #footer-bottom {
    background: #F3FAB6;
    }

    Content:

    .content {
    background: #F3FAB6;
    }

    Changing the footer will only change the little container with your copyright so if you want to make it all the same color you have to change the background of the footer widgets:

    #footer-widgets {
    background: #F3FAB6;
    }

    I put the same color of your sidebar.

    Hope that helps!

    Thread Starter Abhilashhb

    (@abhilashhb)

    Perfect!

    Everything’s working fine. Thanks again ??

    Thread Starter Abhilashhb

    (@abhilashhb)

    .

    Thread Starter Abhilashhb

    (@abhilashhb)

    Hi Bearded Rick,

    The Sidebar color only stays for the length of widgets. If i click on individual posts which are longer, i just see a blank space below the sidebar. How can i extend the sidebar to go all the way to the post’s length?

    I also have the same query as “How can i extend the sidebar to go all the way to the post’s length?” It shows gray color in the non-widget area.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to change the color of the sidebar?’ is closed to new replies.