Hello! I want to override the font color for the heading H4.
What do I need to add in the Quickcss for this? I’ve tried this:
h4 {
color: #ff5100;
}
But that doesn’t do the trick. Thanks!
Moniek
Hi Moniek!
Thank you for using our theme.
Try the following:
h4 {
color: #ff5100 !important;
}
Best regards,
Günter
Thanks so much Günter, that works perfectly!