[Resolved] Removing underline on links

Home Forums Support [Resolved] Removing underline on links

Home Forums Support Removing underline on links

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

    Hello,

    I’d like to remove the underline on the links on my home page only. I’ve installed Simple CSS, but I’m not sure how to use it or how to add CSS as I’m a complete newb at this. In other words, feel free to over-explain !

    Thanks so much for your help!

    https://allpeoplechange.com/

    #1464669
    Elvin
    Staff
    Customer Support

    Hi,

    This CSS code should remove the underline on the links ONLY on your homepage.

    body.home .entry-content a:not(.button) {
        box-shadow: none;
    }

    Simple CSS is a plugin that lets you add your custom CSS. It’s pretty much the same as adding your CSS on Appearance > Customize > Additional CSS.

    You can access it through Appearance > Simple CSS, or Appearance > Customize > Simple CSS if you want it to preview live

    #1464727
    Daniel

    It worked! Thanks so much for the quick reply!

    #1464730
    Elvin
    Staff
    Customer Support

    Nice one. No problem.:)

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