Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #302092
    ning
    Participant

    After installing the breadcrumbs NavXT plugin, the breadcrumbs are displayed automatically, I want to hide the breadcrumbs NavXT on the homepage. The only way to remove it is to uncheck “Place family breadcrumbs in path” in the Breadcrumb NavXT settings. This doesn’t help when you visit a subpage where you want to keep ” Home => About “. Also, when Breadcrumbs NavXT is active, it will leave/inject some padding below the header even if you uncheck “Include margin below site title (top area)”.

    https://imgbox.com/ifuJl7hI

    #302121
    Skandha
    Participant

    @ning: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .breadcrumbs.breadcrumbnavxt {
    display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide the breadcrumb NavXT on the home page.’ is closed to new replies.