Topic summary
A user seeks to reduce the heading size of a featured collection specifically for mobile view on their Shopify store.
Two solutions provided:
-
PageFly-Noah’s approach:
- Navigate to Online Stores > Themes > Edit code
- Locate the theme.liquid file
- Add custom code above the tag
- Includes markup/CSS snippet for implementation
-
ZestardTech’s CSS method:
- Access Shopify Admin > Online Store > Themes > Actions > Edit Code
- Open Asset > base.css file
- Add media query targeting max-width 767px (mobile devices)
- Apply font-size: 25px !important to .collection__title h2 selector
Both solutions use CSS to target mobile viewports while leaving desktop styling unchanged. The discussion remains open with no confirmation of which method the original poster implemented.
1 Like
This is Noah from PageFly - Shopify Page Builder App
Please add code here to change it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
