Okay
  Public Ticket #1695274
Link hover text decoration
Closed

Comments

  •  40
    ep started the conversation

    Hi

    I have a question to customise the text link hover decoration. I love the underline animation you have!

    I wonder if it's possible to increase the line thickness and decrease the gap between line and text. Perhaps there is some CSS I can add along these lines...

    a:hover {
      text-decoration: something?
    }

    Thank you!

  • [deleted] replied

    Hi ep,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    Can you please add the code below to your Custom CSS area:

    .site-footer a:after, .wrapper a:after {
        height: 2px;
    }

    Will set this ticket as solved from here.

  •  40
    ep replied

    Ylli, I'm sorry! Thank you so much for helping me anyway. I really appreciate your support. And you always reply so fast.

    In general, what is the best way for me to find the CSS id for things, like .site-footer in this case?

    :)

  • [deleted] replied

    Hi ep,

    I'm glad to hear that.

    You can do that by using the Inspect Element of Google Chrome.

    Example: http://drops.laborator.co/OpbTOb

    Have a great week.

    Will set this ticket as solved from here.