Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186930

    Is there anyway to change the breadcrumbs in the header location to a text link / stylized link area.
    I have several pages that I require a sub-nav and the header of those pages would serve as the best location.

    I’ve been trying to look at:
    – How to remove the breadcrumbs from the header
    – How to add links, preferably with the ability to stylize to that location.

    Reference: http://gyazo.com/d71df922849f782ae50919ce62969f1a
    Where the breadcrumbs are, I’d like to add LINKS to certain pages and utilize the header as an on-page sub-nav.

    #187535

    Hi DaveL77!

    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { display: none; } /* removes only breadcrumbs */
    #top .title_container .container { display: none; } /* removes the whole bar */ 

    You can remove breadcrumbs using this code but adding custom links in breadcrumbs bar is beyond the scope of support we can provide. If you really need it, please try hiring afreelance developer or you can request quote here.

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing "Breadcrumbs" in Header to Links’ is closed to new replies.