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
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!