how can i animate the underline on my header?

here

so i do want to animate the underlines on the header like on hover

how can i do that and i also want to remove it completely from the product cards

and also as you see there are underlines on the slideshows that i linked with some collections how do i remove it??

Hi @meldepoot ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.slideshow__text.banner__box a {
    text-decoration: none !important;
}

didnt work

Hi @meldepoot ,

I checked and it seems your base.css file is corrupted. So it didn’t work.

Please go to Customize > Template > Section > Custom CSS.

I hope it helps!