Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #485786

    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

    #486091

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.