• Hello dears,

    i’ve been trying to remove the nav bar from my wordpress site.

    Nav bar driving me crazy

    It shows on every page and is very annoying.
    If more information is needed i am glad to provide.

    Regards,
    Radoslav

    • This topic was modified 6 years, 3 months ago by rado89.
    • This topic was modified 6 years, 3 months ago by rado89.
    • This topic was modified 6 years, 3 months ago by Steven Stern (sterndata).
Viewing 5 replies - 1 through 5 (of 5 total)
  • That is actually something called bread crumbs… would you provide a link to your site so I can take a closer look using developer tools and provide you the CSS to hide the bread crumbs.

    Thread Starter rado89

    (@rado89)

    Hi,

    thank you for the quick reply,

    the site is
    https://www.minaconsult.com

    Regards,
    Radoslav

    No problem. Happy to help. Follow these instructions to hide your breadcrumbs.

    1) In wp-admin go to Appearance >> Customize

    2) Once in the Customize section of wp-admin look for a section called Additional CSS or Custom CSS and add the following code to this section.

    ul.breadcrumb.text-left.sm-text-center.text-black.mt-ten {
        display: none;
    }

    3) click save and check a page where the breadcrumbs were visible before… they should be gone now!

    Hope this helps!

    Thread Starter rado89

    (@rado89)

    Unbelievably fast response, and accurate too! This did it!

    Thank you so much!

    Have a productive week.

    Regards,
    Radoslav

    • This reply was modified 6 years, 3 months ago by rado89.

    You too. Happy to help any time.. that is what the support forum is here for feel free to come back whenever you may need further help and a blessed and productive week yourself!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nav bar remove’ is closed to new replies.