Reply To: Two colored sidebar


imaginem
Support

Hi,Tom

This will need custom css styles. If you can talk to a css developer on this.

To have the sidebar semi transparent

add following to style.css

.sidebar-wrap, .sidebar-wrap-single {
background:#fff;
background: rgba(255,255,255,0.8);
}

You’ll need other css adjustments to get the text in sidebars easily readable with the above change.

Thanks