Hi!
I would like to change the color of my heading in the “image with text overlay”, I want it to be white like the primary body text.
I managed to change the primary body text in white, but I can’t find a code for the heading.
Thanks!
Hi!
I would like to change the color of my heading in the “image with text overlay”, I want it to be white like the primary body text.
I managed to change the primary body text in white, but I can’t find a code for the heading.
Thanks!
Would it be that section here? “Cork Yoga Mats”?
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
“Cork yoga mats” should be in white.
Thank you!
yes exactly
Hi!
The theme I use is narrative.
Thank you!
h2.hero__overlay-title.separator.h1.has-animated {
color: red !important;
}
Add this code in the bottom of the theme.scss file.
Use the color according to your Choice.
Hello There,
#shopify-section-1621417258e2da605a .h3,
h3,
.h3,
.rich-text p,
.featured-product__content-wrapper h2.product__title,
div#shopify-section-16272974120adb2f04 h2,
.card__excerpt.rte{
color: #162020;
}
.site-footer a,
.site-footer__newsletter-label,
.site-footer__newsletter-subheading,
.site-footer .input-group--underline input::placeholder,
.site-footer__newsletter .btn--newsletter__submit{
color: white;
}
Thank you so much it works!!
Perfect thank you so much!
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.