All things Shopify and commerce
i inserted a link to my title for brands collection, so when clicked will take you to the brands page. unfortunately now it's underlined. any way to remove this underline?
shopsade.com
passcode Sade123!
Solved! Go to the solution
This is an accepted solution.
Hi @DoE1
Try this one.
.collection-list-title span {
text-decoration: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
As usual, my suggestion is to not edit the code, but use the "Custom CSS" setting of that section (at least, try it first).
You will appreciate it when it's time to update your theme version.
You can use the same code already suggested, or try this one -- it will hide underline, but reveal it when you hover your mouse over this link so that visitors better see it as a clickable link:
.title-wrapper-with-link:not(:hover) span {
text-decoration: none !important;
}
This is an accepted solution.
Hi @DoE1
Try this one.
.collection-list-title span {
text-decoration: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
As usual, my suggestion is to not edit the code, but use the "Custom CSS" setting of that section (at least, try it first).
You will appreciate it when it's time to update your theme version.
You can use the same code already suggested, or try this one -- it will hide underline, but reveal it when you hover your mouse over this link so that visitors better see it as a clickable link:
.title-wrapper-with-link:not(:hover) span {
text-decoration: none !important;
}
In today’s interview, we sat down with @BSS-TekLabs to discuss practical strategies for...
By JasonH Nov 13, 2024The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024