Okay
  Public Ticket #2146107
icons
Closed

Comments

  • Adam Atkinson started the conversation

    Hi, when I add an icon I get a grey line underneath it. I'd like to remove this on all my pages that use icons. Could you advise how please?

  •  3,024
    Andrew replied

    Hi Adam,

    Add the following custom css in Salient > General setting > CSS/Script related:

    .row .col.section-title {
        border-bottom: 0px solid #ddd;
    }
    

    Hope this helps.