Hi everybody!
I’m working in a Down theme and I’m trying to make the product name font bold.
Does such an option exist or does something in the code need to be changed? I’m still not familiar with coding, so if anyone could help, I’d be grateful!
Hi everybody!
I’m working in a Down theme and I’m trying to make the product name font bold.
Does such an option exist or does something in the code need to be changed? I’m still not familiar with coding, so if anyone could help, I’d be grateful!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
add this code to your base.css file.
Navigate to online store >> Click edit theme code.
Now find base.css and paste the following code:
h1.product__title {
font-weight: 700 !important;
}
Hi, thank you all for your help.
I have already received a solution for this:
Assets
component-card.css
#product-grid .grid__item .card__heading {
font-weight: bold;