• Resolved weedbrownie6

    (@weedbrownie6)


    How can i change the background color of the right sidebar? I looked into the custom CSS but i didn’t find anything.
    Here is the site: click

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello weedbrownie6,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    aside#sidebar {
    background: #ddd;
    }

    Hope this will helps you.

    Thread Starter weedbrownie6

    (@weedbrownie6)

    Thank you so much, that worked fine!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar background color’ is closed to new replies.