how can i animate the underline on my header?

Solved

how can i animate the underline on my header?

meldepoot
Excursionist
19 0 5

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

Accepted Solution (1)
namphan
Shopify Partner
2258 295 331

This is an accepted solution.

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. 

Screenshot.png 

I hope it helps!

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 4 (4)

meldepoot
Excursionist
19 0 5

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

 

namphan
Shopify Partner
2258 295 331

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;
}

 

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com
meldepoot
Excursionist
19 0 5

didnt work

 

namphan
Shopify Partner
2258 295 331

This is an accepted solution.

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. 

Screenshot.png 

I hope it helps!

Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com