Future theme remove banner

How can I remove the banner of the Future theme, in pages other than the home page.

Thanks!

thought you asked this and found the CSS you need.

If not just like before a URL would help you get help.

1 Like

Will do.

I’m not making much progress, but I have a URL: http://bohtech.com/beaTest/

The home page looks fine in RW, but online, it doesn’t show the banner.

On other pages I don’t want the banner, but the the menu goes to the bottom of the window.

I would appreciate any help.

David

Don’t know what’s going on with the “banner” on the test pages you gave above.

To get rid of the banner on the other pages you could try this CSS, place it only on the pages you don’t want the hero on.:

#hero {
   display:none;
}

Since the banner/background didn’t seem to publish correctly, this is a guess.

1 Like

Thanks Doug - I had visibility: none. Changing to display:none solved this issue.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.