Dear Kriesi,
How can I set a background color for a page layout element like a 1/2 or 1/3 width column, or a text box within one of these?
The ‘color section’ element only works for an element that spans the full page width?
Thanks, Richard
Hi Richard!
We would need to inspect the element in question to set a custom background, could you link to your site and specify what elements you want to apply the background to please?
Yes, the color section will span full width.
Regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-17 .avia-builder-el-3 {
background-color: orange;
padding: 10px;
border-radius: 5px;
}
Best regards,
Yigit
Great, thanks Yigit