Prestige - How to bold the home page title only

Solved
tjuliana
Explorer
46 0 19

Hi friends, does anyone know how to bold only the home page title on prestige theme? I want 4 ELEMENTS CANDLES to look bold. I've tried changing on typography but it changed all the text.

Thanks!!!

tjuliana_0-1617751993373.png

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@tjuliana 

Please add the following code at the bottom of your assets/theme.css file.

@media screen and (max-width: 640px){
.features--heading-large .u-h4, .features--heading-large .Rte h4 {font-weight: bold;}
}
@media screen and (min-width: 641px){
.features--heading-large .u-h4, .features--heading-large .Rte h4 {font-weight: bold;}
}

Hope this works.
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 6 (6)
dmwwebartisan
Shopify Partner
11467 2435 3520

@tjuliana 

Please share your website URL and password if any. I will check and provide a solution here.

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
tjuliana
Explorer
46 0 19

hello it's

fourelementscandles.ca 

pw: juju

 thank you!!

dmwwebartisan
Shopify Partner
11467 2435 3520

@tjuliana 

It is not going to be bold because of the font that you are using. It doesn't look bold.

Let me know.

 

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
tjuliana
Explorer
46 0 19

@dmwwebartisan if I go to typography I have the option Amiri Bold, can't I just apply Amiri Bold to the header? Thank you!

dmwwebartisan
Shopify Partner
11467 2435 3520

This is an accepted solution.

@tjuliana 

Please add the following code at the bottom of your assets/theme.css file.

@media screen and (max-width: 640px){
.features--heading-large .u-h4, .features--heading-large .Rte h4 {font-weight: bold;}
}
@media screen and (min-width: 641px){
.features--heading-large .u-h4, .features--heading-large .Rte h4 {font-weight: bold;}
}

Hope this works.
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
tjuliana
Explorer
46 0 19

thank you so much!!!! thats perfect