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

    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

    #1006933

    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

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