Support › Forums › Support (Legacy) › Sidebar Background Color › Reply To: Sidebar Background Color
14/02/2016 at 8:27
#1134
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;} .
