Hi Monica,
You would need to add an extra class to the boxed content element, and style that with custom CSS, for both background and text color. Here’s an example:
– add extra class of yellow-black in the Page Builder, or manually insert the shortcode in the Classic editor, like this:
[box title="Boxed content with colour" type="coloured" pb_margin_bottom="no" width="1/2" el_position="first" el_class="black-yellow"] your content here[/box]
– go to the General theme options and add this custom CSS:
.yellow-black {
background: #FFCC00;
color: #000;
}
That will give you a yellow background, black color text, boxed element.
Regards,
————————————————————————————————————
Cosmin
Support Assistant