Okay
  Public Ticket #1139790
Animated Underline Thicker Line?
Closed

Comments

  • Daniel started the conversation

    I am trying to figure out how to make the Animated Underline Wider/Thicker. There is not option available to do this. 

    Not listed here:  Header Link Hover/Active Effect (Please select your header link hover/active effect here.) nor *Header Font Hover

  •  9,006
    Tahir replied

    Hey Again,

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

    #header-outer[data-lhe="animated_underline"] header#top nav >ul >li:not([class*="button_"]) >a:after {
        border-width:4px !important;
    }

    Thanks


    ThemeNectar Support Team