Reduce size and bold You may also like text

Hi, I would like to make You may also like text bold and smallest

Hi @danielcorrea

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 :waving_hand:

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!