• Resolved pri1234

    (@pri1234)


    I’m using freestore theme, this theme has this site navigation link on every page for example (website>page>page>page). Does anybody know how to get rid off that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • It would help us help you if you were to post a link to one of your pages, (or a link and instructions).

    Are you talking about a navigation menu ?, or rather the page navigation history display, sometimes called breadcrumbs ?

    In either case I expect that you will be able to use a filter.

    Thread Starter pri1234

    (@pri1234)

    Where it says the page title Bamboo Collection on the direct opposite side of it it has website>page>page That is what I want to try and get rid of.

    These are breadcrumbs.

    Glad to see that your theme “FreeStore” provides custom css, in this case add these lines to your theme’s custom CSS:

    .breadcrumbs {
     display:none;
    }

    This will make them not display. If you want to remove them then you would have to change to using a child theme, details here:
    creating a child theme http://codex.wordpress.org/Child_Themes
    And either customise the page templates, OR add some hook functions in your functions.php file.

    Thread Starter pri1234

    (@pri1234)

    That worked perfectly, thank so much your help is greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘remove nav links from page’ is closed to new replies.