Hi, i want a underline as described on this picture. Is it possible with a code?
Url: https://ba571d-cc.myshopify.com/
dawn theme 15.0.0
Thank you.
A user wants to add an underline effect to category bubbles on their Dawn 15.0.0 theme, specifically when hovering over collection items.
Initial Solution:
Working Solution:
BSS-TekLabs provided CSS code targeting .collection-list__item a.full-unstyled-link:hover with text-decoration: underline !important; to achieve the hover underline effect.
Implementation Steps:
Status: Resolved - the hover effect now works on desktop. Discussion ended with a follow-up question about implementing the same effect on mobile version, with BSS-TekLabs beginning to provide additional code.
Hi, i want a underline as described on this picture. Is it possible with a code?
Url: https://ba571d-cc.myshopify.com/
dawn theme 15.0.0
Thank you.
Please add the CSS code below at the end of your base.css file.
.collection-list-wrapper .card__heading{
text-decoration: underline;
}
Thank you very much for your help and time, but I only want the underline there when I move my mouse over one of the images or text as described in the image.
Best regards
.collection-list__item a.full-unstyled-link:hover {
text-decoration: underline !important;
}
Its working. Thank you. ![]()
You are welcome!
Is it possible to do the same for mobile Version too?
Best Regards
a.full-unstyled-link:hover {
text-decoration: underline !important;
}
Can you add more this code @store095