My website: www.onecap.se
Topic summary
A user seeks to reduce text size in mobile view to match the smaller font used on the CAINTÉ website.
Proposed Solution:
- Access Shopify theme code editor (Online Store → Theme → Edit code)
- Locate the CSS file in Assets
- Add custom CSS targeting navigation elements:
.navigation__tier-1 > li > a {
font-size: 14px !important;
}
Status: Solution provided by PageFly support representative. Implementation pending user testing. The CSS targets first-tier navigation links and forces a 14px font size across all devices.
Hi @OneCap
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Styles.css
.navigation__tier-1>li>a {
font-size: 14px !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
1 Like
