π How do I edit typography with CSS overrides?
Developers can override in-app theme settings with our override tool.
Last updated
Developers can override in-app theme settings with our override tool.
Last updated
Last updated: April 10, 2024
CSS can be placed in the CSS Overrides section of the Theming page in the admin portal to apply custom typography settings to your brand's Customer Account Portal.
Below are the main predefined typography types that can be manipulated:
CSS | Used For (Examples) |
---|---|
| Hi, {Name} |
| Subscriptions, Order History, Settings |
| {Weekday, Month, DD}, {Subscription Frequency} |
| Your next order, Add to your next order, Past orders, Shipping address, Payment method, Login information |
| Menu list |
| Body text used for product information, settings information, modals, etc. |
| Caption text used for prices, badges, mini-card text, etc. |
Use this CSS Reference to learn more about how to style typography by font-family, font-size, color, and more.
Tip: If you are referencing a custom font hosted on your Shopify site, be sure to write the font family name exactly as it has been listed in your liquid code's @font-face
CSS rule. This will equal"Font name"
below π. You can also use a Chrome extension like WhatFont to quickly identify typography on your shop without using developer tools.
Note: CSS Overrides will not reflect in the in-app account portal preview. Log into an account with an active subscription on the theme you published to see your changes applied.