[Support request] Top Bar Only Shows On Home Page

Home Forums Support [Support request] Top Bar Only Shows On Home Page

Home Forums Support Top Bar Only Shows On Home Page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #650049
    Dustin

    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?

    #650052
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.