Tagged: custom color, icon box
Hello,
I’d like to display several iconboxes side by side, each with different color backgrounds, icons & text. Link below, you’ll see the icon boxes at the bottom of the page. I followed the instructions here but haven’t had any luck so far. Here’s what I did: added add_theme_support('avia_template_builder_custom_css');
to functions.php, created custom classes (tnp-yellow-box, tnp-orange-box, etc) and then applied the following styling to quick css: tnp-yellow-box{background: #cfa34f !important; }
What am I missing? Thanks so much.
Hi 1lizcollins!
Please change your code to following one
.tnp-yellow-box .iconbox_content {
background: #cfa34f !important;
}
Best regards,
Yigit
Perfect! Thanks so much for your help & for your speedy reply :)