• Hi,

    I placed the breadcumbs inside a widget in the header sidebar. Now I would like to remove it from under the title. I used a simple css to hide it:

    .header-title-style-two .breadcrumb {
    display: none;
    }

    I would like to know if it is possible to remove it from the main settings without using the code.

    Tks so much, regards,

    Massimiliano

    • This topic was modified 3 years, 2 months ago by amantini1.
Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    Beyond the included widget and the block, Breadcrumb NavXT doesn’t control where a breadcrumb trail is displayed (there isn’t an option within the Breadcrumb NavXT settings to disable the display). In your case, the breadcrumb trail showing up under your title is something your theme is likely doing. Your theme may provide a way to disable the display at that location (it may have a setting, or potentially a filter you have to run), or it may not have any way to remove it without modifying the theme’s files.

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcumbs NavXT remove the breadcumbs above the post’ is closed to new replies.