Jump to content

How do I get rid of the header and footer?


Go to solution Solved by TDBF,

Recommended Posts

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

Link to comment
Share on other sites

  • 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

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...