Shopify themes, liquid, logos, and UX
I am trying to change the text colour in specific sections on my website to white (instead of grey). I figured out how to change the title texts to white using Custom CSS (and using code: h2 {color: white !important;} ), but this only changed the title, not the body of the text section. I've attached pictures of the section I'd like to change, as well as the footer menu I would like to change to white.
TIA!
Molly
Solved! Go to the solution
This is an accepted solution.
Hi @mollybluesh
Try this one.
div#shopify-section-template--14334504796247__9c29fad9-e228-40fb-b071-29355adb098a .image-with-text__text.rte {
color: #fff;
}
.footer__blocks-wrapper.grid a {
color: #fff;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @mollybluesh
Try this one.
div#shopify-section-template--14334504796247__9c29fad9-e228-40fb-b071-29355adb098a .image-with-text__text.rte {
color: #fff;
}
.footer__blocks-wrapper.grid a {
color: #fff;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Thank you so much for you help! Do you know how I could change the button text to white as well?
Hi, you can update the color using this css
.image-with-text__text p {
color: #fff;
}
.footer-block__details-content .list-menu__item--link {
color: #ffffff;
}
.footer-block__details-content .list-menu__item--active {
color: rgb(255 255 255);
}
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025