Title too big: product page (others also bought)

Solved

Title too big: product page (others also bought)

flaminmoe
Tourist
10 0 6

Hi,

On my product page "Andere kauften auch" (Others also bought), the font size is too big !!!

Screenshot 2025-04-01 at 12.20.35 am.png

Can someone please help me make is smaller ?

URL: https://atelier-gstaad.ch/products/amara-zerrissene-jeans-mit-weitem-bein

Accepted Solution (1)

namphan
Shopify Partner
2689 349 398

This is an accepted solution.

Hi @flaminmoe,

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

@media screen and (max-width: 699px) {
.shopify-section--product-recommendations .section-header h2 {
    font-size: 22px;
}
}
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 3 (3)

solverStaff
Shopify Partner
414 41 71

Hello there

Please use that CSS in theme.css file to make it smaller

 

Regards 

Titu

.section-stack .prose h2 {
    font-size: 30px;

}

 

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

devcoders
Shopify Partner
1326 157 379

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the bottom of the file:

@media (max-width: 767px) {
h1.product-info__title.h4 font {
font-size: 20px;
}
}



devcoders_0-1743439280936.png

 

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

namphan
Shopify Partner
2689 349 398

This is an accepted solution.

Hi @flaminmoe,

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

@media screen and (max-width: 699px) {
.shopify-section--product-recommendations .section-header h2 {
    font-size: 22px;
}
}
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