Home Forums WoodMart support forum Can't disable breadcrumbs

Can't disable breadcrumbs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #166974

    arturs4
    Participant

    Hi!

    I switched off breadcrumbs, but they are still there. Screenshots attached.

    Any solutions?

    Regards,
    Arturs

    Attachments:
    You must be logged in to view attached files.
    #167022

    Hello,

    Our theme option disables the theme breadcrumbs, however, Woocommerce breadcrumbs are removed with custom CSS.

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-breadcrumbs-wrapper .woocommerce-breadcrumb, 
    .single-breadcrumbs-wrapper .yoast-breadcrumb {
    display:none;
    }

    Best Regards

    #167062

    arturs4
    Participant

    Hello!

    Oh, those breadcrumbs are made by Woocommerce? I see. Ok, thanks for suggestion.

    Regards,
    Arturs

    #167090

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Can't disable breadcrumbs’ is closed to new replies.