This topic has 3 replies, 3 voices, and was last updated 7 months, 3 weeks ago ago by Andrew Mitchell
Hi,
is there any option that i can disable the breadcrums from the mobile bersion of the website?
Thanks
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
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
The issue related to '‘Disable breadcrumbs from responsive site’' has been successfully resolved, and the topic is now closed for further responses