Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
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.
I hope it helps!
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
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.
I hope it helps!