Hi Shopify Community!
I just wondering if you could help me decrease the mobile font size, while retaining the font size of desktop view? Here is my shop link : https://ingcostores.com/ .
I really do appreciate your help!!!
Sincerely,
Jayson
Goal: Reduce mobile font size without changing desktop size on a Shopify store.
Key suggestions:
@media (max-width: 768.98px) { :root { --body-font-size: 14; } }. This targets screens ≤768.98px and adjusts font sizing via a CSS variable.Context notes:
New topic raised:
Status: Primary issue appears guided but not definitively closed; follow-up (external site feature) moved toward a service discussion and remains open.
Hi Shopify Community!
I just wondering if you could help me decrease the mobile font size, while retaining the font size of desktop view? Here is my shop link : https://ingcostores.com/ .
I really do appreciate your help!!!
Sincerely,
Jayson
Hi @baynojayson ,
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Hi @baynojayson ,
Please go to Actions > Edit code > Assets > main.css file and paste this at the bottom of the file:
@media (max-width: 768.98px) {
:root {
--body-font-size: 14;
}
}
Hi @baynojayson ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above
If it helps you, please like and mark it as the solution.
Best Regards ![]()
Wow!! Really thanks for your help my friend!! I do really appreciate your kind assistance
Hi Makka.
I am just wondering if this is possible for shopify, wherein in one store it could feature other website. https://www.abenson.com/
Yes correct
May I know if you could offer your service ? ![]()
Thank you Namphan