Dropdown Nav Still showing underline after searching community help - DAWN THEME

Hey all. So I’ve been trying to remove that underlines ON CLICK on a drop down option. the underlines still show up. what is the path to target those options. All the advice I’ve found has worked for the top level, but not for the children when you click on the parent link.

Parent looks fine. No issues

when you click the line shows up. I want to change that to a color.

Any help would be awesome. Thanks.

Basically I want no lines on the Nav. ha Thanks.

Hi @DavidBeuy ,

Can you provide link to your store?

https://6ce5a9.myshopify.com/

I think that should work… not sure if someone password protected it.

The site is password protected

Hi @DavidBeuy ,

You go to edit code, find the file theme.liquid, and write the following CSS snippet inside the style

tag

.list-menu__item–active {

text-decoration: none !important;

color: red !important * This is the color you want to change*

}

Okay I’m waiting for the store owner to take that off and I’ll send it your way

Thanks