How do I change the border of the 4 icons at the top to a different color?
I am able to do it on this page – https://wowventuresasia.com/home/ because it is using ICON BOX which allows me to define custom colors but regular icons do not have that option
I am trying to make them look like this – https://imgur.com/a/YF6oYWB
Hey navindesigns,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Icon Border */
.av_font_icon.av-icon-style-border .av-icon-char {
border: 4px solid cyan!important;
}
Best regards,
Vinay