New Shopify Certification now available: Liquid Storefronts for Theme Developers

dabut theme - bold titles on home page

Solved
anathalaf
Tourist
10 0 5

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! 

כותרת דף בית ראשית.jpgכותרת דף בית 2.jpgכותרת דף בית 1.jpg

Accepted Solutions (2)
Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

Hii, @anathalaf 
Paste this code on top of the theme.scss file.

 h2{
font-weight:bolder !important
}

Thank You.

banned

View solution in original post

dmwwebartisan
Shopify Partner
12267 2545 3679

This is an accepted solution.

@anathalaf 

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)
Zworthkey
Shopify Partner
5581 642 1560

This is an accepted solution.

Hii, @anathalaf 
Paste this code on top of the theme.scss file.

 h2{
font-weight:bolder !important
}

Thank You.

banned
dmwwebartisan
Shopify Partner
12267 2545 3679

This is an accepted solution.

@anathalaf 

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!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
anathalaf
Tourist
10 0 5

Thank you all!

Zworthkey
Shopify Partner
5581 642 1560

@anathalaf 
Welcome!

banned