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

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!

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

h2{
font-weight:bolder !important
}

Thank You.

@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!

Thank you all!

@anathalaf
Welcome!