Shopify themes, liquid, logos, and UX
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!!!
Solved! Go to the solution
This is an accepted solution.
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!
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
hello it's
fourelementscandles.ca
pw: juju
thank you!!
It is not going to be bold because of the font that you are using. It doesn't look bold.
Let me know.
@dmwwebartisan if I go to typography I have the option Amiri Bold, can't I just apply Amiri Bold to the header? Thank you!
This is an accepted solution.
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!
thank you so much!!!! thats perfect
User | RANK |
---|---|
119 | |
95 | |
77 | |
69 | |
38 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022