Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, yes you can change the main sidebar background-color and the widget sidebar background-color. Add the following in the customizer under Additional CSS. Remember to change the #333 color values to your chosen color.

    Main Sidebar Color

    #secondary {
    background-color:#333;
    }

    Widget Sidebar Color

    .widget {
    background-color:#333;
    }

    Thread Starter gerald.reisner

    (@geraldreisner)

    Hi! Yes – thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Sidebar Background Color?’ is closed to new replies.