Is there a way to put the circle background behind the Font Icon Shortcode that is in a text box, or to change the color of the box icon content area to match and blend into the section color for just this section? Here are two “tries”: http://acmecontentlab.com/home/) Thanks, Mike.
Hi mhiller!
Add this code to the Quick CSS or to the css/custom.css file:
.page-id-2514 .avia-builder-el-9 .iconbox_icon.heading-color {
background: #1E73BE;
}
Regards,
Josue
Thanks Josue! What would be the variables to change:
1) the background color of DIV.iconbox_content
2) the Title font color?
Is there a file where I could find these in the future, so I don’t need to bother support again?
Thanks, Mike.
Hello!
Its color is the “heading-color” set here (Enfold > Styling):
Regards,
Josue
Got it. Thanks! One more: How can I reduce the size of the light grey icon content box under the icon (DIV.iconbox_content)?
http://nexuscontentlab.com/home/ Thanks!
Hello!
You can try reducing its padding:
.iconbox_content{
padding: 35px 10px 10px 10px;
}
Best regards,
Josue