Hey, just needing a bit of help with some code.
I’m wanting to change all headings to orange, and hoping to make the headings that are on the home page a little bigger, can anyone give me some tips?
Thanks!
Hey, just needing a bit of help with some code.
I’m wanting to change all headings to orange, and hoping to make the headings that are on the home page a little bigger, can anyone give me some tips?
Thanks!
h2.small--text-center {
color: #ff8213;
font-size: 37px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Please follow up below steps. May this help you.
h2.small--text-center {
color: #ff8213;
font-size: 37px;
}
.grid__item h2 {
font-size: 30px !important;
color: red !important;
}
Add this code in the theme.css file
Hey this has worked for the home page thank you. However the color has not changed in the product category or product title? Any advice? Thanks!
I have managed to get it to work in the product category, just not the actual product title
share the screenshot please
h1.product-single__title {
color: #ff8213;
}
h3.site-footer__section-title {
color: #ff8213;
}
Wonderful! Thanks so much for you help. Have a great weekend ![]()