Okay
  Public Ticket #233363
Unchangeable font colour in blog header
Closed

Comments

  • John started the conversation

    The font colour for the header of the blog page is fixed white.  The background is changeable OK.  Say a blue font is selected, it is white until I redirect the blog page to a different page (Appearance menu, Static Page) when the chosen colour appears on the originally designated blog page.  The font colour on the new blog page now turns off and is fixed white. Salient 4.1.1 WP 3.9.1

  •  8,839
    Tahir replied

    Hey John!

    Can you please provide us the page urls so we can take a look in our browser and write up some custom css to sort this. 

    Cheers


    ThemeNectar Support Team 

  •   John replied privately
  •  8,839
    Tahir replied

    Hey John!

    The page header title color is hardcoded in CSS therefore your changes were not showing up. To override it with CSS ,Add this into the  Visual Composer Css button so the css shows on that page only:

    body #page-header-bg h1 {
        color: #0271c3!important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •   John replied privately