[Support request] Add Underline Hover On Footer Widget, Post, And Pages

Home Forums Support [Support request] Add Underline Hover On Footer Widget, Post, And Pages

Home Forums Support Add Underline Hover On Footer Widget, Post, And Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1664125
    Dipak Singh

    Hello Tom,

    I want to underline my site posts, pages, and footer widget link.
    Which CSS I need to use.
    Please tell me.

    #1664169
    Elvin
    Staff
    Customer Support

    Hi there,

    Can you link us to the site in question? So we could check the elements to provide the proper CSS writeup.

    Also, do you want ALL the texts to have underline or only the links? Let us know.

    You can use the private information text field to provide the site details. Thank you.

    #1664184
    Dipak Singh

    I want to add an underline hover on the text link in the post and page and widget.
    I have already tested this CSS

    .widget a {
    text-decoration: underline;
    }

    but its only underline hover widget

    #1664207
    Elvin
    Staff
    Customer Support

    If you need the underline to appear on hover, you need to use the pseudo-class :hover

    Example:

    .footer-widgets a:hover {
        text-decoration: underline;
    }

    You can try this CSS I’ve provided. It should work for all the links on your footer widget area assuming you’re not using any custom footer on your entire site.

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