[Resolved] making the H3 link underlined on home page only

Home Forums Support [Resolved] making the H3 link underlined on home page only

Home Forums Support making the H3 link underlined on home page only

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1996483
    Jeffrey

    Using a block element with a heading. Sample on home page under Step1:learn the joints.

    I want it to stand out like a clickable link

    #1997658
    Leo
    Staff
    Customer Support

    Hi there,

    Sorry for the late reply.

    I see the underline applied to Step 1: Learn the Joints.

    Have you resolved the issue?

    Let me know πŸ™‚

    #1997702
    Jeffrey

    Yes, Thank you, I didn’t realize the editor removed the option and only cntrl U works.

    Thanks always for you prompt response.

    #1997719
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1997724
    Jeffrey

    How about making it only underline on hover instead of always being underlined?

    #1997727
    Leo
    Staff
    Customer Support

    Can you provide the link to your site again?

    It was erased when I marked the topic resolved πŸ™‚

    #1997751
    Jeffrey

    here πŸ™‚

    #1997770
    Leo
    Staff
    Customer Support

    Hmm you would need to:

    – Disable the current underline

    – Add a custom CSS class hover-underline to the headings you want to apply underline on hover.

    – Then add this CSS.

    .hover-underline:hover {
        text-decoration: underline;
    }
    #1997838
    Jeffrey

    for some reason its not taking.

    like this?

    
    .hover-underline:hover h3 {
        text-decoration: underline;
    }
    #1997889
    Leo
    Staff
    Customer Support

    Can you follow my exact solution here?
    https://generatepress.com/forums/topic/making-the-h3-link-underlined-on-home-page-only/#post-1997770

    I don’t see the second and third points being done.

    You don’t need to modify the CSS.

    #1997950
    Jeffrey

    got it! thank you again.

    #1998007
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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