Site logo

Archived topic

How To Remove Underlining from link to page in footer menu?

3 replies · Started by Jane on April 3, 2022

Viewing posts 1–4 of 4

Hi there

I am wanting to remove the underlining from the Privacy Policy in my footer. I’ve done it with a previous site but can’t remember how?

Hi Jane,

To do this, you may add an Additional Class - remove-underline to your Block as such: https://share.getcloudapp.com/04uExAR6

Then, add this CSS in Appearance > Customize > Additional CSS:

.remove-underline a {
    text-decoration: none;
}

If you want it removed for all links you’ll be adding in your Footer bar, you may also just simply add this instead:

.footer-bar a {
    text-decoration: none;
}

Hope this helps! :)

Brilliant, that final option is exactly what I want, thank you so much and for being so fast!

You’re welcome Jane! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. :)

This archived topic is closed to new replies.