Okay
  Public Ticket #1380720
Typography colors
Closed

Comments

  • David started the conversation

    Hello - It seems that I can't change colors for h1-h6 tags globally? Was this feature removed? Is there a way to do this globally without CSS?

  •  9,016
    Tahir replied

    Hey Again,

    We had no such feature available . Yes it can be done with some css . 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    h1{
    color:#ff0 !important;
    }
    h6{
    color:#ff0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • David replied

    Thanks, for some reason I remember seeing it in your previous version... can I request it as an add for future updates? :) 

  • adsavants replied

    Hi,  I'm not seeing the Custom CSS box?