[Resolved] Cannot Remove Underlined Links.

Home Forums Support [Resolved] Cannot Remove Underlined Links.

Home Forums Support Cannot Remove Underlined Links.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2327529
    Daniel

    Hi all,

    Can someone please help me turn off underlined links on my page?

    I have already set the “Underlinke Links” option to ‘Never’ but I continue to see links on my page.

    Please see here
    https://www.techbooks.org/tutorials http://www.techbooks.org/tutorials
    https://techbooks.org/information-security-guides/

    The headlines are underlined, and I cannot remove.

    #2327546
    Ying
    Staff
    Customer Support

    Hi Daniel,

    You have this CSS which adds the underline:

    .entry-content a:not(.button) {
    	box-shadow: inset 0 -1px 0 currentColor;
    	transition: color 100ms ease-in,box-shadow .13s ease-in-out;
    }
    
    .entry-content a:not(.button):focus, .entry-content a:not(.button):hover {
    	box-shadow: inset 0 0 0 currentColor,0 3px 0 currentColor;
    }
    #2327652
    Daniel

    Woops! I missed that part!

    Thank you so much Ying!

    #2327785
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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