Home Forums HashOne How do I hide the breadcrumb navigation?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1166
    Mullikin Agency
    Participant

    I 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?

    #1182
    Hash
    Keymaster

    Hi,

    Add the below CSS code using some Custom CSS plugin

    .hs-breadcrumbs{display:none}

    #1238
    Mullikin Agency
    Participant

    It’s not working. I used a custom css plugin and tried adding it to the main stylesheet. It doesn’t do anything.

    #1263
    Mullikin Agency
    Participant

    Can 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.

    #1473
    Hash
    Keymaster

    Hi,

    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;
    }
    #11970
    Ali
    Participant

    I 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:)

    #11988
    Hash
    Keymaster

    @Ali the CSS code is

    .hs-breadcrumbs{display:none}

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