Okay
  Public Ticket #1011045
Changing the position of link text decoration
Closed

Comments

  •  2
    boostmybooks started the conversation

    Hello,

    I would like to change the position of the link text decoration for page body links. For example, on the page that I linked in the ticket, there are two links within the first few sentences. The link text decorations overlap the text below it. How do I change this style?

    Thanks!

  •  1,558
    Laborator replied

    Hi there,

    Try adding this CSS in your Custom CSS area to fix it :

    .main-footer a:after, .wrapper a:after {
        bottom: 10px;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    boostmybooks replied

    Hi Art, thanks for the help. This CSS style was applied to my header links, so I changed the class to .single-blog-holder a:after and it works great.

    Thank you!

  •  1,558
    Laborator replied

    Glad to hear that it is working

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group