Reply To: Sidebar Background Color

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Sidebar Background Color › Reply To: Sidebar Background Color

#1134
Noa
Keymaster

Hello Bart,

Unfortunately there’s a built-in way to set a background color only for a section (in the Page Builder).

However, to set a background color for a widget you can give the widget a customized css class (widget > Settings > CSS Classes).

For example: red-widget

Then in the Customizer > Live CSS you can insert the widget’s background color:

.red-widget{background-color:#DC143C;} .