when hovering around the add to cart button, underline effect shows under product name
go to my site > shop > shop all ( all collection pages)
let me know if u can help!!
website - https://the-style-luxe.myshopify.com/
password - reucho
Users are experiencing an unwanted underline effect on product names when hovering over the “Add to Cart” button in the Dawn theme. This issue appears on collection pages and affects the visual presentation of product cards.
Proposed Solution:
A CSS fix has been provided to remove this hover effect:
.card-wrapper .card__information .full-unstyled-link a { text-decoration: none !important; } to the bottom of the theme’s CSS fileAffected Areas:
The discussion includes screenshots demonstrating the issue, with the problematic underline effect marked in red. This appears to be a common styling concern for Dawn theme users seeking cleaner product presentation.
when hovering around the add to cart button, underline effect shows under product name
go to my site > shop > shop all ( all collection pages)
let me know if u can help!!
website - https://the-style-luxe.myshopify.com/
password - reucho
Hi @hasanali1
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.card-wrapper .card__information a.full-unstyled-link {text-decoration: none !important;}
Regards,
San