• Resolved nweekes

    (@nweekes)


    I cannot make the sidebar on the Seasonal theme white, I have removed bacground image gone into the colour options where I can change it to any colour I like – except white! It just comes back as a mid grey despite the colour picker showing #FFFFFF

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Looks like I need to fix this in the next update. In the meantime, if you use Jetpack, you can use the Edit CSS feature to create custom CSS, or if you are not using it, get a plugin called Simple Custom CSS and add this as a temporary fix:

    .custom-background .sidebar:before {
        background-color: #fff;
    }

    Let me know if that works for you.

    Thread Starter nweekes

    (@nweekes)

    Thanks for that, I put the code in the style.css of my child theme and it works.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You’re using a child theme…even better. Anyway, you have it working, so I will set this topic as resolved. I made a note to add this fix to the next Seasonal update.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Make Seasonal sidebar white’ is closed to new replies.