SubHeader Removal CSS Not Working in Latest Be|Theme Update
I have the following code running on a test site and a production version of the Be:Theme
body:not(.template-slider) #Header { background-image: none; background-color: #FFFFFF; min-height: 130px; }
In the Test Site - this removes the Blue/Space Sub Header Image, and replaces it with a simple colored background. (version 2.1 Theme)
On the production site, it does nothing but shrinks the subheader size. The no-image and background-color are removed. (version 4.2 Theme)
Any ideas? I would like to change the subheader image (which I tried to put in place within the theme settings, and it ignores that as well).
Comments
We are facing same problem here.. http://www.myhealthpass.com/join-our-team/
in custom css we have added .single-post #Subheader { display: none; }
.blog #Subheader { display: none; }
But still it is not working..
Please check.
Thanks
Laxman
But also if you will turn ON "Header | Minimalist" option which is in Theme options > Layout > Header section for 1st screenshot https://dl.dropboxusercontent.com/u/24014692/Screen 1.tiff then you will get exactly the same result.