Links on top of pages that are not the main page

I noticed on my website any page that is not my main page there is a link directory thing that shows where you are in the website. How do I remove this?

Also, there is a grey bar there that is not on the main page. Is there a reason that is there or can it be removed?

Thanks for your help.

Okay I figured that out it was the breadcrumbs. Sorry I could not for the life of me come up with the name.

I now am wondering how to remove some of the white space between the navigation bar and the content on the pages. If you look on

FloatRubicon.com you will see what I am talking about. I just want to tighten up the space. If it butted up against the navigation bar or has just a little padding that would be okay.

Right now thought I feel like there is to much space between the nav bar and the content.

Any help would be appreciated. Thanks in advance.

Hi There,

There is default top padding of .entry-wrap element, to remove it please add this custom CSS under Theme Options > CSS:

.home .entry-wrap {
    padding-top: 0;
}

Or you can simply switch to page template of your home page to Blank - Containter | Header, Footer:

Hope it helps :slight_smile:

Will the CSS you provided work on every page on the site or just the home page? I would like for it to be this way on every page.

Actually I take that back I see that with the ability to set it in the page attributes page I can have more granular control. Thanks for all your help!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.