lisam10s Posted November 4, 2019 Share Posted November 4, 2019 I'd love some help with this one. A customer is experimenting with colour backgrounds for select pages and I need to change the font colour in this one page only: https://www.leadingedgedc.com/solutions-for-your-business Until they decide on their alternate block colours, I'm using this Custom CSS: /* COLOUR BACKGROUND FOR SOLUTIONS FOR YOUR BUSINESS */ #solutions-for-your-business { background-color: #1e3267; border-style: solid; border-color: #d7cbd7; border-width: 2px; h2{ color: white; } p { colour: white; } .summary-title { colour: white } } In the editor view, the background and H2 colours are appearing as per custom CSS, but the paragraph and Summary title text remain black instead of white. When I check the published page, none of the custom colours are showing. Have I got the CSS wrong? Appreciate the help. Link to comment
tuanphan Posted November 4, 2019 Share Posted November 4, 2019 Typo Not colour It should color @lisam10s 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
lisam10s Posted November 4, 2019 Author Share Posted November 4, 2019 Lol. @tuanphan you are a legend, thanks for taking the time to point this out. It was doing my head in! I don't think I've got the .summary-title css right yet but the color fix is done. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.