Shopify themes, liquid, logos, and UX
hello, i would like to make my product titles bold for my product cards:
my website is www.alexandrawestbrook.com , theme is dawn
Hi @ads18922
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.full-unstyled-link {
font-weight: 600;
}
Result
Best,
Liz
mine isn't as bold as yours, any reason why?
Hi, Where did you add the code?
Hi @ads18922
In component-card.css file and find this style .card__heading
It is recommended to change this in the component-card.css file to avoid multiple renderings, but of course it can be placed at the end of the base.css file.
.card__heading {
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
}
Hi @ads18922 , you can follow these steps:
Step 1: Open Online Store -> Themes -> Edit code.
Step 2: Find component-card.css file
Step 3: Paste this code at the bottom of the file
a.full-unstyled-link {
font-weight: bold !important;
}
If this is helpful, please let us know by giving us a like and marking it as a solution. Thank you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
mine isn't as bold as yours, any reason why?
HI @ads18922
.card__information .card__heading, .card__information .card__heading * {
font-weight: bold !important;
}
I hope this helps
Best,
Daisy
mine isn't as bold as yours, any reason why?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025