Home › Forums › Gillion Theme › Remove top bar page title and bread crumbs?
Home › Forums › Gillion Theme › Remove top bar page title and bread crumbs?
I’d like to remove / turn off the page name and bread crumb navigation at the top of each page on my site.
I’m assuming this is a simple change, but cannot seem to locate the location to turn off. Any help appreciated.
Here’s a link to a screen shot: https://goo.gl/JcQJcg – I’d like to remove the “Resources” and “Home / Resources”
Here’s a link to the site – all pages have same issue.
Thanks!
Thank you for the guidance. That option worked for all but the ‘Home’ page which is still showing the Page Title and Navigation / location. Any ideas why that would be?
Thanks again.
Solution for this topic
You can remove it on home page by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.home .sh-titlebar { display: none; }
That did it – thanks so much!
You are most welcome here 🙂