Site logo

[Resolved] Link with underline spacing

Home Forums Support [Resolved] Link with underline spacing

Home Forums Support Link with underline spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2467908
    Salty Communication

    Hi!

    I am looking for creating the same link style on the boxes on the middle of the page.
    Underline with spacing and change color on hover.

    Thanks!

    #2468071
    David
    Staff
    Customer Support

    Hi there,

    is there anywhere specific you want to add those link styles on your site ? Or is it for ALL links ?

    For example if you have Link Underlined enabled in Customizer > General.
    The you can use this CSS to offset the links underline position:

    
    a {
        text-underline-offset: .45em;
    }
    #2468090
    Salty Communication

    Nice David! Thanks.

    #2468186
    David
    Staff
    Customer Support

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.