Reply 199747 to: Fixed header only in the main page

Avatar: Olga Barlow
Olga Barlow
Support staff
September 20, 2018 at 17:23

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.