Hi, I would like to make You may also like text bold and smallest
Please add this code to base.css file to do it
product-recommendations h2.related-products__heading {
font-size: 20px;
font-weight: 700;
}
Hello @danielcorrea ![]()
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.related-products__heading {
font-size: 20px;
font-weight: bold;
}
The result
Hope that helps!

