• Hello
    I would like to get help for removing the navigation bar from the header of each page.
    Added screenshot
    Can you please advise if I can do that by CSS code or in the settings?
    Screenshot
    Thanks
    Sagi

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • This is called BREADCRUMB.

    Kindly check your theme’s settings to see if there’s an option to enable/disable BREADCRUMBS.

    Thread Starter sagibinder

    (@sagibinder)

    Thanks!
    I checked but there is no option. do you know how to do it by CSS code?

    I checked but there is no option.

    Really? It’s rare that themes would provide an option like this.

    You’re using the “Blossom Fashion” theme, and I can see this option under APPEARANCE => CUSTOMIZE => GENERAL SETTINGS => SEO SETTINGS

    Did you not find this?

    Of did you find it but toggling it had no effect?

    Thread Starter sagibinder

    (@sagibinder)

    Thanks! I didn’t find it but thanks to you I did ??
    ANyway I learn how to use inspect in google chrome, thanks to you!
    and I found a CSS code that can remove it

    
    .breadcrumb-wrapper {
    display: none;
    }

    I’m glad you found a solution that works for you.

    But, generally, if you have the option to disable something, it’s better to disable it so that it doesn’t get created in the first place… rather than making WordPress take time to create the object only for you to later hide it in the browser (using display:none).

    Thread Starter sagibinder

    (@sagibinder)

    Yes, I did as you said it’s better ??
    Thanks for the help again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Removing Nav, bar from the header’ is closed to new replies.