Shopify themes, liquid, logos, and UX
How to change my base size from minimum (12px) to 11px on body text on Debutify Theme?
My store is www.revailco.com
Solved! Go to the solution
This is an accepted solution.
sorry for that issue your have check your theme setting easy to mange if doesn't fine please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body, button, input, select, textarea {font-size: 11px;}
This is an accepted solution.
yes please add this code
.site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
h1.product-single__title { font-size: 14px; }
This is an accepted solution.
sorry for that issue your have check your theme setting easy to mange if doesn't fine please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
body, button, input, select, textarea {font-size: 11px;}
Thanks that works, just one other minor thing, can you tell me how to:
change the product title to 14px
and make collection list on the top left
Appreciate your help!!
bold (home, shop, collections, about section)
This is an accepted solution.
yes please add this code
.site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
h1.product-single__title { font-size: 14px; }
hello @Revail
please Go to Online Store-> Theme->Edit code then go to assets/theme.css ->paste the below code at the bottom of the file.
.template-product .site-header .site-header__logo-link, .site-header .site-nav__link {font-weight: 600;}
.template-product h1.product-single__title { font-size: 14px; }
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025