Disable Scrolling Header
-
How do I disable a scrolling header in the Zenith theme?
I’ve tried a few different code edits I found online, but nothing seems to work.
ie.
.head-container.fixed {
position: fixed;
top: 0;
left: 0;
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
min-height: 0 !important;
background-attachment: scroll !important;
background-image: none !important;
}The blog I need help with is: (visible only to logged in users)
-
We do not provide support for any blog that are not hosted by WordPress.COM and that’s not one of them.
WordPress.COM and WordPress.ORG are completely separate and have different logins, features, run different versions of some themes with the same names, and have separate support forums. http://en.support.wordpress.com/com-vs-org/
If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the Theme support forums there.
Resetting your WordPress.ORG password http://codex.wordpress.org/Resetting_Your_Password
WordPress.org support docs are at https://codex.wordpress.org/Main_Page
- The topic ‘Disable Scrolling Header’ is closed to new replies.