Okay
  Public Ticket #910845
Adjust thickness vertical border Icon list shortcode
Closed

Comments

  • Sietse started the conversation

    Hello,

    How can I adjust the thickness of the vertical border of the Icon list shortcode?

    Thanks in advance!

  •  8,996
    Tahir replied

    Hey Sietse,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar-icon-list:after{
        width:3px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Sietse replied

    Got it.

    Thanks!