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);
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025