Site logo

Archived topic

Removing underline on links

3 replies · Started by Daniel on September 29, 2020

Viewing posts 1–4 of 4

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/

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

It worked! Thanks so much for the quick reply!

Nice one. No problem.:)

This archived topic is closed to new replies.