This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Olga Barlow
Hi,
I would like to fix the header, but only in the main page… is that possible?
Thanks!
Javi
Hello,
You can do this using custom CSS. Go to Theme Options > Header > Fixed Header > enable fixed header.
Then go to Custom CSS area and add the following code
.woocommerce:not(.home) .fixed-header.fixed-enabled, .page:not(.home) .fixed-header.fixed-enabled, .blog:not(.home) .fixed-header.fixed-enabled, .single-post:not(.home) .fixed-header.fixed-enabled {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up