Site logo

Archived topic

Remove orange colour from first widget in right sidebar

3 replies · Started by John on June 5, 2020

Viewing posts 1–4 of 4

Hello,

How Do I remove the orange background/border that shows on the first widget placed in the sidebar?

Thanks,

John

Hi there,

Go to Customizer > Additional CSS and remove:

.sidebar .widget:first-child {
    background-color: #e86000;
    color:#fff
}

Thanks very much David!

You're welcome

This archived topic is closed to new replies.