• Hi All,

    Im new to this so please bare with me if I’m posting in the wrong groups.

    my website is https://www.hindleyasc.org

    its a WordPress theme called PepBiz by Pepthemes

    I wanted to experiment with the colours and was thinking of changing the Sidebar colours to yellow to match the team colours of Red and Yellow

    Thanks for your help

    Craig

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello and welcome to WordPress Support Forums!

    In order to change the color of the sidebar, we need to apply a custom CSS style:

    .widget {
        background: yellow;
    }

    If you don’t know where to put this CSS code, install Simple Custom CSS plugin, then go to WordPress Dashboard -> Appearance -> Simple CSS and paste it there.

    Thread Starter itsadubthing

    (@itsadubthing)

    super thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change sidebar colour from red to Yellow on my website’ is closed to new replies.