How can I make homepage titles bolder in the Dabut theme?

Solved

How can I make homepage titles bolder in the Dabut theme?

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 1578

This is an accepted solution.

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

 h2{
font-weight:bolder !important
}

Thank You.

View solution in original post

dmwwebartisan
Shopify Partner
12321 2552 3729

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 1578

This is an accepted solution.

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

 h2{
font-weight:bolder !important
}

Thank You.

dmwwebartisan
Shopify Partner
12321 2552 3729

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 1578

@anathalaf 
Welcome!