Hi, the last question
I found some fonts are too big on the website. This seems to come from the same setting. Can I make all these fonts smaller?
Product name
refund policy
Main issue: set the site’s default font to Montserrat and reduce font sizes (footer/policy/newsletter, product titles, headings). The original poster confirmed a footer title fix worked and asked to apply Montserrat site‑wide and make fonts smaller.
Key solutions provided:
Mobile-only adjustments: an Android header logo overflow was addressed with a CSS media query (max-width: 749px) targeting .site-header__logo to tweak padding and alignment. A request to make mobile image overlay text italic was raised but not answered.
Pagination controls: increase number and “next” text size with CSS (e.g., .pagination or .pagination__number, a.next { font-size: 17–18px; }).
Open item: identify fonts and sizes from silkelondon.com and how to match them in the Dawn theme (which lacks theme.scss.liquid). No resolution yet. Technical notes: theme.scss(.liquid)/theme.css are Shopify stylesheet assets; media queries target mobile widths.