Okay
  Public Ticket #292039
Page Header Subtitle
Closed

Comments

  •  3
    [email protected] started the conversation

    Hi, I can't seem to get a grip on the Page Header Subtitle. I intend it to be #FFF or very light in any case, and small. It seems I can either define a CSS style, in which case the font will appear gray. OR I can define a brighter color, but not reduce the font size. In short, if there is a solution to set the parameter for the Page Header Subtitle color and size site wide by custom CSS, that would be alright.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #page-header-bg .subheader h6 {
        color: #fff !important;
    }
    
    Thanks


    ThemeNectar Support Team 

  •  3
    [email protected] replied

    Thanks! That did the trick.