• Resolved pj1974

    (@pj1974)


    Hi there,

    Is there a way I can change all my links so that they underline link only on hover?

    Since changing over to this theme, I have been manually going in to advanced – additional CSS Class – underline link only hover for all my links but this is roving to be very time consuming and I was hoping there was a way to do this with all my past posts as well/

    Any advice would be very welcome!

    Thanks,
    Peta

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Twentig

    (@twentig)

    Hi Peta,

    You can try adding the following CSS code in the Customizer > Additional CSS panel:

    .entry-content a {
    	text-decoration: none;
    }
    
    .entry-content a:not(.wp-block-button__link):hover,
    .entry-content a:not(.wp-block-button__link):focus {
    	text-decoration: underline;
    }

    Hope that helps,
    Tom

    Thread Starter pj1974

    (@pj1974)

    Once again, thanks so much! This solved the problem.

    Have a great Xmas Tom

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Underline Link Only on Hover’ is closed to new replies.