Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180921
    rainer
    Participant

    Hello,
    I try to change the color of h4. After reading here and there and other topics I added this in the style.css of the child-theme:

    h4 {
    color: #9c978d;

    }

    But I do not see any change (from the headings color which is set global to #000000.

    Any idea?

    #1180932
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    h4,.h4,h4 a,.h4 a,h4 span,.h4 span{
    color: #9c978d !important;
    
    }

    Hope it helps.

    #1180934
    rainer
    Participant

    Perfectly! Thanks – to the fastest support I ever had in this thing called Internet! 🙂

    #1180946
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1180921 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>