• Resolved silvi33

    (@silvi33)


    Hi there,

    Thank you so much for your plugin.

    I am using WP 5.7
    Enfold Theme
    Woocommerce 5.1.0
    I have tried to remove the breadcrums on my shop with css and your plugin, but it is not working, could you please help ?
    Thanks
    Best regards
    Silvi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Anthony Hortin

    (@ahortin)

    Hi Silvi,

    Enfold creates its own Breadcrumbs rather than using the default WooCommerce breadcrumbs. This means that you wont be able to use my plugin to disable them, unfortunately.

    According to the Enfold documentation, you should be able to disable them using their theme options. – https://kriesi.at/documentation/enfold/breadcrumbs/

    Alternatively, the following css should hide the actual breadcrumb text itself:

    
    body .breadcrumbs {
        display: none;
    }
    
    Thread Starter silvi33

    (@silvi33)

    Thank you so much, the pb was in the theme option.

    Thanks again for your help !
    Best regards
    Silvi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breadcrumbs are still showing’ is closed to new replies.