• Hi,

    I want to change the color of Sidebar section only, right now it’s white and it looks bit bad. Can anyone help me with it?

    My website on WordPress platform

    • This topic was modified 6 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can change the color by using this code

    #secondary {
        background-color: #000000;
    }

    Hi,
    You can change the color of sidebar using this

    #secondary {
    background-color: #f1f1f1;
    }

    Thread Starter linkofruit

    (@linkofruit)

    Where should I put this code? In the Additional CSS column?

    Thread Starter linkofruit

    (@linkofruit)

    TY..it worked… but can you please help me to separate it by column? I mean there should be a line separating each Sidebar Menu horizontally. Currently its a flat gray from top to bottom. I edited you can recheck.

    you can change the color of widget titles

    .widget-title {
    background-color: color;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar Color Change (Whole Block)’ is closed to new replies.