Shopify themes, liquid, logos, and UX
Hello
I want to bold titles on my home page.
how can i do that?
attached screeshot of the exact titles.
my store url is signon-store.com and the password is krawth
thank you!
Solved! Go to the solution
This is an accepted solution.
Hii, @anathalaf
Paste this code on top of the theme.scss file.
h2{
font-weight:bolder !important
}
Thank You.
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index .h2, .template-index h2{font-weight:700 !important;}
Thanks!
This is an accepted solution.
Hii, @anathalaf
Paste this code on top of the theme.scss file.
h2{
font-weight:bolder !important
}
Thank You.
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.template-index .h2, .template-index h2{font-weight:700 !important;}
Thanks!
Thank you all!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024