• I’ve tried to remove the underline from the hyperlinks in my posts. I cannot do it. No code in Additional CSS has worked.

    I’ve tried:

    
    <strong>//Remove Underline
    a {
      text-decoration: none;
    }
    
    //Add hover color effect
    a:hover {
      color: #e05757;
    }
    
    I've also tried:
    
    .entry-content a {
        color: #008488;
        border: none;
        box-shadow: none;
    }
    
    .entry-content a:hover {
        color: #008488;
    }
    
    I've also tried:
    
    .entry-content a {
        box-shadow: none;
    }
    
    

    Please don’t link any support forum threads to me, because I guarantee I’ve already tried every link on there.

    Let me know what else I can do.

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

Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to Fixing WordPress, this is not an Everything else WordPress topic.

    *Looks*

    That doesn’t appear to be a theme in this repo. Have you asked the author for support?

Viewing 1 replies (of 1 total)
  • The topic ‘Trying to Remove Underline from Hyperlinks in Posts’ is closed to new replies.