Okay
  Public Ticket #2604471
Change gap link and underline
Closed

Comments

  •  12
    KatKARAVAN started the conversation

    Hi,

    I like to change the gap between a link and underline?

    I tried the code below without success:

    .site-footer a:after, .wrapper a:after {
    padding-top: 10px;   
    height: 0.3em;     

    And it seems, there is a transparency active when mouseover. Any idea how to remove the transparency?

    Thanks a lot for your help!!

    Best,
    Katrien

  • [deleted] replied

    Hi Katrien,

    Please add the code below to your Custom CSS area:

    .site-footer a:after, .wrapper a:after {
    bottom: -5px;
    }

    Have a nice day!

  •  12
    KatKARAVAN replied

    Thanks a lot for your help!! You guys are amazing!

    Best, Katrien


  • [deleted] replied

    Hi Katrien,

    Happy to hear thatsmile.png

    Have a great day!