Shopify themes, liquid, logos, and UX
Hi,
On my product page "Andere kauften auch" (Others also bought), the font size is too big !!!
Can someone please help me make is smaller ?
URL: https://atelier-gstaad.ch/products/amara-zerrissene-jeans-mit-weitem-bein
Solved! Go to the solution
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;
}
}
Hello there
Please use that CSS in theme.css file to make it smaller
Regards
Titu
.section-stack .prose h2 {
font-size: 30px;
}
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;
}
}
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;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025