Disable breadcrumbs from responsive site

This topic has 3 replies, 3 voices, and was last updated 1 months ago ago by Andrew Mitchell

  • Avatar: equality
    equality
    Participant
    March 26, 2024 at 12:00

    Hi,

    is there any option that i can disable the breadcrums from the mobile bersion of the website?

    Thanks

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 26, 2024 at 13:14

    Hello, @equality,

    Thank you for contacting us and for using XStore.

    To remove the breadcrumbs from the mobile version on single product page of the website, Please add the next CSS code in XStore > Theme Options > Theme custom CSS > Global CSS.

    @media only screen and (max-width: 767px) {
    .single-product .page-heading .woocommerce-breadcrumb {
        display: none !important;
    }
    }

    We hope this helps.

    Best Regards,
    8Theme’s Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    March 26, 2024 at 13:29

    Dear equality,

    As we continue our mission to exceed expectations, your insights become increasingly valuable. Could we, with all due respect, request your thoughtful feedback by giving our theme a deserved 5-star rating on ThemeForest?

    Click here to share your valuable perspective: https://themeforest.net/downloads

    Your time and trust are highly appreciated!

    Best Regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Disable breadcrumbs from responsive site’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.