Hello there,
Is it possible to disable the breadcrumbs on mobile?
Regards,
Martin
This topic has 5 replies, 2 voices, and was last updated 3 weeks, 1 days ago ago by Tony Rodriguez
Hello there,
Is it possible to disable the breadcrumbs on mobile?
Regards,
Martin
Hello, @martijntje,
Thank you for contacting us and for using XStore.
We confirm that it is feasible to disable the breadcrumb navigation on mobile devices. In order to proceed with your request, we kindly ask that you provide us with the URL of the page from which you wish to remove the breadcrumbs. This will enable us to examine the specific case and furnish you with the appropriate custom CSS code to achieve the desired result on mobile devices exclusively.
We appreciate your cooperation in this matter.
Warm regards,
The 8Theme Team
Hello,
Example attached.
Regards,
Martijn
Hello, @martijntje,
Thank you for your response.
We would like to provide you with the necessary CSS code to remove the breadcrumbs on mobile devices for your website. Kindly follow the steps outlined below to implement the changes:
1. Navigate to the “XStore” section in your website’s admin panel.
2. Proceed to “Theme Options.”
3. Click on “Theme Custom CSS.”
4. Select the “Global CSS” area.
Please copy the following CSS code and paste it into the Global CSS section:
@media only screen and (max-width: 767px) {
.page-heading.bc-type-left2.bc-effect-mouse.bc-color-dark {
display: none !important;
}
}
After applying the code, the breadcrumbs should no longer be visible on mobile devices. We have attached a screenshot for your reference to ensure the desired outcome is achieved.
Should you require any further assistance or have any questions, please do not hesitate to reach out to us.
We appreciate your attention to this matter and look forward to your confirmation of the changes.
Best regards,
The 8Theme Team
Dear martijntje,
Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?
Click here to share your insights: https://themeforest.net/downloads
Your support fuels our journey, and we appreciate it more than words can express.
Best Regards,
The 8Theme Team
The issue related to '‘Disable the breadcrumbs on mobile website’' has been successfully resolved, and the topic is now closed for further responses