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
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;
}
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
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
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:
Cheers
ThemeNectar Support Team