LucyBold Posted November 20, 2023 Share Posted November 20, 2023 Hello, I will like to hide the breadcrumbs on MOBILE only. Thanks in advance! Link to comment
Solution cecilesablayrolles Posted November 20, 2023 Solution Share Posted November 20, 2023 Hello, You can hide them by using media queries into Custom CSS: @media only screen and (max-width: 728px) { .your-element { display:none; } } .your-element is the name of the breadcrumds list. Do not hesitate to share the link of your website so we can help you better. Link to comment
LucyBold Posted November 26, 2023 Author Share Posted November 26, 2023 Thank you @cecilesablayrolles I tested it and for now I think i might leave them. Your code worked though 🙂 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment