Site logo

Archived topic

Help with some CSS for links on Nav Menu

3 replies · Started by Stacey on February 23, 2022

Viewing posts 1–4 of 4

Hi
I have some CSS to display an underling on my nav menu (which I think I have pulled from the forum somewhere)
I also have element on there that is formatted as a button.

I would love some help on how I can adjust my CSS so it's not showing on the button style element.

Site is https://atl.swish-websites.com/

Thank you

Hi Stacey,

Try to add this CSS:

.main-navigation .menu>.menu-item:last-child >a::after {
    content: none;
}

Thank you so much! That's perfect.

No problem :)

This archived topic is closed to new replies.