Okay
  Public Ticket #157494
font color on about me page
Closed

Comments

  • Scott started the conversation
    I would like to change the color of the font on the about me page where it reads "Scott Deydey Web Designer". I have a white background and was hoping to change the white text to a darker color. Thanks
  •  1,069
    ThemeNectar replied

    Hey Scott!

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

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

    Cheers

  • Scott replied

    Thanks for the quick response.