Hide breadcrumbs on mobile in Palo Alto

Solved

Hide breadcrumbs on mobile in Palo Alto

nickadl
Tourist
11 0 2

Hi,

 

Is there a way to hide the breadcrumbs in Palo Alto on the product pages - for mobile only? There is an option to remove them all together but I think they add value on the desktop version of my site. However, on the mobile pages (especially the product pages) they take up a lot of space and I'd like to hide them.

 

Thanks, Nick

Accepted Solution (1)

GTLOfficial
Shopify Partner
880 182 192

This is an accepted solution.

Hello @nickadl 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
nav.breadcrumbs {
display: none !important;
}
}

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 3 (3)

GTLOfficial
Shopify Partner
880 182 192

This is an accepted solution.

Hello @nickadl 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
nav.breadcrumbs {
display: none !important;
}
}

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

ZestardTech
Shopify Partner
6148 1100 1477

Hello @nickadl 
Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Moeed
Shopify Partner
7727 2073 2550

Hey @nickadl 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
.collection__inner .breadcrumbs {
    display: none !important;
}
}
</style>

RESULT:

Moeed_0-1728468168051.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications