Skip to content

How to Change Zelle Sidebar Color

This guide shows you how to change the sidebar background color in the Zelle theme using a CSS snippet in the WordPress Customizer.

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

Go to Appearance > Customize > Additional CSS and add the following code.

.sidebar-wrap{ background: #cefe9a}

You could find the HEX color code for a color you wish here: http://www.hexcolortool.com/

Was this helpful?