hello
I am using the icon box (large icon at top, bordered).
how can i change the background color of the large box area within the border?
many thanks
Pierre
Hey ptaljaard!
You can drag a codeblock element to your page and add this inside.
<style type = "text/css">
.iconbox_content {
background: orange !important;
}
</style>
If your using more than one and want to have a different color for each then you’ll need to send us a link to your page so we can take a look.
Regards,
Elliott