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
Have tried to make my product tile bold, but nothing has worked so far. any help would be greatly appreciated
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css
And paste this code there
.product-item__link p {
font-weight: bold;
}
What's your store url
This is an accepted solution.
Go to your online store -> customize -> settings -> custom css
And paste this code there
.product-item__link p {
font-weight: bold;
}
that's perfect. how do I change it on the product page also
add this code there as well for that
h2[itemprop="name"] {
font-weight: bold;
}