Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Flexform
  • #2311
    Charlie999
    Member
    Post count: 92

    How to get rid of the breadcrumbs with Custom css?

    #2323
    matelot
    Member
    Post count: 11

    Hi Charlie,

    Under ‘Misc Options’, at the bottom of each page, you will find a tick box to remove breadcrumbs.

    You can also deactivate the plugin for a global effect.

     

    I hope this is what you’re looking for.

    Cheers. Tam

     

    #2327
    Charlie999
    Member
    Post count: 92

    Thanks matelot! Perhaps i need to deactivate the plugin, because in WooCommerce pages under page options it not work to remove the breadcrumbs.

    The reason why i want it away from WooCommerce is that the breadcrumb gives a  “Go to the simple Etikett Archives link, and that looks terrible. Don’t see any reason to show that for a visitor.

    It’s a petty if i must deactivate it, because otherwise i like it.

     

    Reagards

    #2329
    Charlie999
    Member
    Post count: 92

    By the way

    Is there any possibility to create some extra class to not display breadcrumbs and than use the class on pages you do not want it? Or is it supposed to work that way already, but don’t take effect on WooCommerce pages?

    #2508
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You could do that with CSS, hooking on to the body class. If you take a look at the source code, you will see unique page/post classes added to the body tag, so something like this would disable them on just the page with ID 657:

    .page-id-657 .breadcrumbs-wrap {
        display: none;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register