Archived topic
Top Bar Only Shows On Home Page
1 reply · Started by Dustin on August 15, 2018
I'm using the catalyst theme from the site library.
The home page of my site shows a top bar above the primary navigation > https://www.screencast.com/t/PnbNMKtC
I am using a home page header.
I can't get that top bar to show up on any other page.
The other pages use a Pages Header. All of the settings in the pages header are the same as the settings in the home page header.
Can you help me get the top bar to display on every page?
Hi there,
Go to "Customize > Additional CSS" and look for this code:
body:not(.home) .top-bar {
display: none;
}
Once you find it, remove it and save.
That should do it :)