Hi I have the Dawn theme and would like to know if anyone knows the coding to change the Dawn Footer Menu Heading Color, Product Title Color, and Product Recommendations Heading Color.
Hi @CarolitaL !
This is PageFly - Advanced Page Builder. I would love to give you some recommendation
Please share Page Url so that I can inspect and send code accordingly
I hope my recommendations will be beneficial for you, let me know if you have any questions. Cheers!
Best Regards;
PageFly
can you please share store url so will check and let you know
Hi there,
Adding the below code at the end of your base.css file should work as expected, assuming that all the indicated titles has to have the same color.
h2.footer-block__heading, .card__information h3, h2.product-recommendations__heading.h2, .product__title>* {
color: #ffcddd !important;
}
Hope that helps!
Cheers!
Thank You! It worked like a charm and your explanation was very simple.
Glad that I could be of help!