All things Shopify and commerce
Question: How to Bold text of product name in collection page?
theme: sense
URL: https://theaairascloset.com/
Hi Rzwanhmed,
You can add the font-size:600; to .full-unstyled-link css. Hope! this will help you.
Its worked, but
it’s also bold collection name!!!!, that is not looking good. see pic
I don’t want to bold collection name,
I only want to bold product name
Hi @rzwahmed ,
If you want to apply these changes exclusively to product cards, you can identify the unique class for the product card, which in this case seems to be product-card-wrapper. You can modify the CSS as follows:
Remove the font-size: 600; from the .full-unstyled-link class:
.full-unstyled-link{
text-decoration: none;
color: currentColor;
display: block;
font-weight: 600; // Remove this from here
}
Then, add the following CSS declaration after the .full-unstyled-link:
.product-card-wrapper .full-unstyled-link{
font-size:600;
}
Hope! this will helps you.
Hi @rzwahmed,
If you want to apply these changes exclusively to product cards, you can identify the unique class for the product card, which in this case seems to be product-card-wrapper. You can modify the CSS as follows:
Remove the font-size: 600; from the .full-unstyled-link class:
.full-unstyled-link {
text-decoration: none;
color: currentColor;
display: block;
font-weight: 600; // Remove it
}
Then, add the following CSS declaration after the .full-unstyled-link:
.product-card-wrapper .full-unstyled-link{
font-weight:600;
}
Hope! This will helps you.
Hi @rzwahmed
check this one.
.section-template--19171982442778__main-collection-product-grid-padding .card__heading {
font-weight: 900 !important;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025