clear_start_creative Posted January 24, 2020 Share Posted January 24, 2020 I have tried any and all code to try and change the color of the banner text on one of my banners but have been unsuccessful. I need both the header and subheader text to be #051920. www.healinginnovations.com/home-2 Link to comment
tuanphan Posted January 24, 2020 Share Posted January 24, 2020 add to Page Settings > Advanced > Header <style> .desc-wrapper p:not(:last-child) * { color: red; } .desc-wrapper p:not(:last-child) { color: red; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
clear_start_creative Posted January 24, 2020 Author Share Posted January 24, 2020 @tuanphan - Hm, just tried and still no luck. Link to comment
christyprice Posted January 24, 2020 Share Posted January 24, 2020 @clear_start_creative, Try adding this to Design > Custom CSS #collection-5e13658f3e57556de2ad6815 .desc-wrapper p>strong, #collection-5e13658f3e57556de2ad6815 .desc-wrapper p { color: #051920 !important; } christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
clear_start_creative Posted January 28, 2020 Author Share Posted January 28, 2020 @christypriceThat worked! Thanks so much. After changing it, I think I'd like to make the Header text blue then the subheader text the dark color. Is there way to do that? Link to comment
christyprice Posted January 28, 2020 Share Posted January 28, 2020 Hi @clear_start_creative, glad it worked for you! If you could click the arrow on top of the zero beside the post, that shows that it was solved if people later have the same question. To have different colors, you'd need to split the css like this and then swap out your hex codes for the appropriate colors. If you need a hand, pm me and I can send you a booking link. #collection-5e13658f3e57556de2ad6815 .desc-wrapper p>strong { color: #051920 !important; } #collection-5e13658f3e57556de2ad6815 .desc-wrapper p { color: #051920 !important; } christyprice.com 🇺🇸 Austin, TX US ✅ Get my Starter Template for Web Designers 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
clear_start_creative Posted January 28, 2020 Author Share Posted January 28, 2020 @christypriceThank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.