Okay
  Public Ticket #158873
Change color in page header title and subtitle
Closed

Comments

  • Iben started the conversation
    Hi, Where/How do I change the page header title and subtitle from white to black? Regards Iben
  •  1,069
    ThemeNectar replied

    Hey Iben!
     

    Add this into the Custom CSS box located in your Salient Options panel:

    body #page-header-bg h1, body #page-header-bg .subheader {
       color: #000!important;
    }

    Cheers