hello, my collection list titles are in bold writing, but i want to remove that. I think it because i added a code to make my product titles bold:
my theme is dawn, website url is www.alexandrawestbrook.com
A user applied custom CSS to make product titles bold on their Dawn theme store, but this unintentionally made collection list titles bold as well.
Proposed Solution:
.collection-list__item .full-unstyled-link {
font-weight: normal;
}
This targets only collection list titles while preserving the bold product titles. A responder also suggested using the EasyEdits app as an alternative solution for managing text styling without manual code editing.
Status: Solution provided, awaiting confirmation from original poster.
hello, my collection list titles are in bold writing, but i want to remove that. I think it because i added a code to make my product titles bold:
my theme is dawn, website url is www.alexandrawestbrook.com
It sounds like your custom code for bold product titles is also affecting your collection list titles. To fix this, you’ll need to adjust the CSS so it specifically targets the product titles without affecting the collection list titles.
/* Make collection list titles normal */
.collection-list__item .full-unstyled-link {
font-weight: normal;
}
I’m the developer of EasyEdits, a Shopify app that makes adjusting text styles like these a breeze, even if custom code is involved. You can use the free trial to fix this and keep the changes permanently, even if you don’t continue using the app.
Hope it works out—let me know how it goes!