How to change the font size of the “You may also like” portion on a product page?

Solved

How to change the font size of the “You may also like” portion on a product page?

Dawn555
Tourist
15 0 7

I need to change the font size of the recommended product title to 19px.
Then shorten the space between the title and the product image, it looks like it's wasting too much space.

Any help will be highly appreciated!

 

store URL: https://www.hookeroad.com/

3.png

Accepted Solution (1)

namphan
Shopify Partner
2674 346 393

This is an accepted solution.

Hi @Dawn555,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.product-recommendations__inner .product-card__title {
   font-size: 19px;
}
.product-recommendations__inner .product-item--media {
   --product-image-height: 255px;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

View solution in original post

Replies 2 (2)

namphan
Shopify Partner
2674 346 393

This is an accepted solution.

Hi @Dawn555,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.product-recommendations__inner .product-card__title {
   font-size: 19px;
}
.product-recommendations__inner .product-item--media {
   --product-image-height: 255px;
}
Coffee tips fuels my dedication.
Shopify Development Service
PageFly Page Builder Optimize your Shopify store (Free plan available)
Need help with your store? namphan992@gmail.com

GTLOfficial
Shopify Partner
831 171 187

Hello @Dawn555 
Go to online store ----> themes ----> actions ----> edit code ----> theme.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
.h4.item__title.product-card__title {
font-size: 19px !important;
}
.half_row_mobile .use_align_height .product-card .product-card__image-with-placeholder-wrapper {
margin-bottom: -6rem !important;
}
}

result
88.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh