How to remove the underline (warehouse theme)

Hi

I’m using the warehouse theme, and want to remove the underline from hyperlinks.
Can anyone adviese how to remove them?
I’ve tried to change theme.css but nothing is working out. (I missed something but I don’t know what I missed)

It is shown here
https://yokiplaza.myshopify.com/
pw : arubre

@yokiP ,

.text-with-icons__content.rte a {
    text-decoration: none;
}
.rte a:not(.button) {
    text-decoration: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

1 Like

@yokiP
Hello,

a {
	text-decoration: none !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Like This

1 Like

Hi @YokiP

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

Go to Online Store > Themes > Edit Code > theme.css , after paste this code to bottom of file

a{text-decoration: none !important; }

Best Regards;

Pagefly

1 Like

Thank you so so so so so much!!!

Thank you!!!

I glad when can help you :heart_eyes:

1 Like