How to remove Page header image filter ?

Multipurpose WordPress Theme Forum Support
GK User
Wed Dec 30, 2015 11:02 am
How can i remove the filter that makes header image bit lighter? Want to run whole page with the header like on contact page.. I know there's an easy fix, but i can't be able to find it, maybe you can help me do it faster =)
User avatar
Fresh Boarder

GK User
Wed Dec 30, 2015 10:51 pm
Hi,

Try to add the following code into the theme’s css/override.css file (or use any custom css plugin):
Code: Select all
.entry-header:after {
  display: none;
}
User avatar
Moderator


cron