Hi!
I would like to hide breadcrumb on some main pages.
How can I do it, CSS ?
Thanks!
Regards,
Igor
Hi @igis
Katrine here from Plak theme,
The breadcrumb on Plak theme is by default hidden on the homepage. In order to hide an additional page by using its URL, I invite you to follow these steps to hi :
- From your Shopify dashboard, click Online store > Actions > Edit code
- Open the file theme.liquid
- Replace this line
{% if settings.enable_bread and template != 'index' %} {% render 'breadcrumbs' %} {% endif %}
- With this one
{% if settings.enable_bread and template != 'index' and page.url != "/pages/contact-us" %} {% render 'breadcrumbs' %} {% endif %}
- Replace /pages/contact-us with the URL of your page
- Click Save
Let me know if you need any further assistance with with this 🙂
Katrine
Welcome to the Shopify Forum Community provided by Plak ThemeLLC, a place where you can discuss about eCommerce and Shopify, solve technical issues, get help with Shopify Design, Apps integration, Marketing, Facebooks ad, Google ads and more.
Before posting, we invite you to read and follow the forum rules | We also support any questions related to Free Shopify themes :Dawn, Express, Minimal, Brooklyn, Narrative, Supply, Debut, Venture, Boundless and Simple