Jump to content

Featured Replies

Posted

Hello, I am a novice with zero coding experience. At both the top and bottom of each page, there is a navigation bar that says "Community Home," and then changes depending on what page I'm on, such as Community Home > Calendar, Community Home > Blogs, etc. How do I get rid of this and just have the drop-down menu that I created? Any help is appreciated! Thank you.

Could contain: Text, Page

Solved by TDBF

Go to solution
  • Solution
On 7/12/2024 at 8:20 AM, Gallatin Valley Sentinel said:

Hello, I am a novice with zero coding experience. At both the top and bottom of each page, there is a navigation bar that says "Community Home," and then changes depending on what page I'm on, such as Community Home > Calendar, Community Home > Blogs, etc. How do I get rid of this and just have the drop-down menu that I created? Any help is appreciated! Thank you.

Could contain: Text, Page

If you want to remove the breadcrumb, you can do this easily using CSS.

.ipsBreadcrumb {
  display: none !important;
}

You will need to add this to the custom.css in your theme.

An introduction to themes can be found here

 

Recently Browsing 0

  • No registered users viewing this page.