Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #368226

    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

    #368236

    Hi Moniek!

    Thank you for using our theme.

    Try the following:

    
    h4 {
    color: #ff5100 !important;
    }
    

    Best regards,
    Günter

    #368237

    Thanks so much Günter, that works perfectly!

    #368267

    Hey!

    Glad I could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘override font heading color’ is closed to new replies.