[Resolved] Underline link hover

Home Forums Support [Resolved] Underline link hover

Home Forums Support Underline link hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002655
    mohamedhassan

    Hi Gp team,

    I’d like to underline the link hover with the color e94f08 (the blog post title is not included).

    Regards,
    Mohamed

    #1002680
    David
    Staff
    Customer Support

    Hi there,

    You can add this CSS to add an underline to the links within the content of the single post:

    .single-post .entry-content a:hover {
        text-decoration: underline;
    }

    The color of the underline will match the link, which you can set the hover color in Customizer > Colors > Content > Link Hover

    #1002691
    mohamedhassan

    thank you!

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