Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #350144

    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.

    #350146

    Hi 1lizcollins!

    Please change your code to following one

    .tnp-yellow-box .iconbox_content {
    background: #cfa34f !important;
    }

    Best regards,
    Yigit

    #350305

    Perfect! Thanks so much for your help & for your speedy reply :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom colors for icon boxes’ is closed to new replies.