make collection list titles not bold

make collection list titles not bold

ads18922
Explorer
96 0 34

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:

Screenshot 2025-01-03 at 17.48.37.png

my theme is dawn, website url is www.alexandrawestbrook.com

Reply 1 (1)

mt686
Shopify Partner
90 11 20

 

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.

  1. Open your Online Store > Themes > Edit Code.
  2. Locate the CSS file (usually base.css or theme.css) where you added the bold styling.
  3. Update the code to target only the product titles, excluding collection list titles. For example:

 

/* Make collection list titles normal */
.collection-list__item .full-unstyled-link {
    font-weight: normal;
}​

 


Simpler Solution with EasyEdits

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!