milowindsor Posted January 11, 2020 Share Posted January 11, 2020 Hi I'm using a brine template and I want to over-ride the colour of a H1 heading with code. And potentially the font choice too. What is the code for this? I only want to do it in 1 spot. I'm doing it so my page has the heading but I don't need it displayed. Is that a good practice? Thanks! https://lonsdalestudio.com/faq Link to comment
tuanphan Posted January 11, 2020 Share Posted January 11, 2020 add to Home > design > Custom CSS h1 { color: red !important; } if it doesn't work, try this h1 * { color: red !important; } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.