- This topic has 6 replies, 3 voices, and was last updated 5 years, 9 months ago by
Hash.
- AuthorPosts
- November 22, 2016 at 10:50 pm #1166
Mullikin Agency
ParticipantI need to hide the navigation that shows the path of the pages at the top. This particular website I’m building does not need them. Can you tell me how to made it hide it on all pages?
November 23, 2016 at 9:27 pm #1182Hash
KeymasterHi,
Add the below CSS code using some Custom CSS plugin
.hs-breadcrumbs{display:none}
November 28, 2016 at 11:29 pm #1238Mullikin Agency
ParticipantIt’s not working. I used a custom css plugin and tried adding it to the main stylesheet. It doesn’t do anything.
December 1, 2016 at 8:52 pm #1263Mullikin Agency
ParticipantCan I please get an answer on this soon? I need to get this website completed. I am using the Total theme. I have tried breaking the breadcrumb code and your suggestion. I can’t get it to go away.
December 23, 2016 at 8:59 pm #1473Hash
KeymasterHi,
Why did you post your question in the forum of HashOne as you seems to be using Total Theme? The above reply is for HashOne Theme.
For Total Theme here is the CSS
#total-breadcrumbs{ display:none; }
April 30, 2019 at 11:59 pm #11970Ali
ParticipantI created a child page (for my Hashone theme) and added the following code to the css to remove the breadcrumbs:
#hs-breadcrumbs{display:none;}
The breadcrumb trail is still appearing. Any other code I can use? Thanks:)
May 2, 2019 at 9:10 pm #11988Hash
Keymaster@Ali the CSS code is
.hs-breadcrumbs{display:none}
- AuthorPosts
- You must be logged in to reply to this topic.