[Resolved] Link underscore

Home Forums Support [Resolved] Link underscore

Home Forums Support Link underscore

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1471759
    Павло

    Hello!

    Tell me how to make an underscore for a link on my website https://malynevskyi.com/ (example: https://prnt.sc/usy1ze )/). To make the underline disappear on hover.

    Respectfully yours, Pavel

    #1471824
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .entry-content a:not(:hover) {
        text-decoration-line: underline;
    }
    #1471848
    Павло

    Thank you, problem solved.

    #1471883
    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.