Shopify themes, liquid, logos, and UX
I would like to increase the font size of just the header text on the desktop.
Somebody please help me, I've been at this all day 😞
Here is my website:
https://f88bei6t0vhno2hm-77605110095.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
@afwanfhaider , go to theme.css and add the following code :
@media (min-width:990px){
li.header__primary-nav-item a {
font-size: 1rem !important;
}
li.header__primary-nav-item summary {
font-size: 1rem !important;
}
}
This is an accepted solution.
@afwanfhaider , go to theme.css and add the following code :
@media (min-width:990px){
li.header__primary-nav-item a {
font-size: 1rem !important;
}
li.header__primary-nav-item summary {
font-size: 1rem !important;
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025