How can I remove breadcrumb margin from a specific page?

Hi all, I want to remove the breadcrumb margin i haev only in 1 page in my site, is that possible?

The page is “מבצע ההתקנות!”

you can see the white space .ltn__breadcrumb-area { margin-bottom:60px ;

if I delete the margin it delete in all the pages at the store and not only this page.

any ideas?

link: https://berez.org.il

password: zadoko88

1 Like

Hi @malul ,

Can you check this one? I only call on the page. I cant check it my self.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
body#מבצע-ההתקנות .ltn__breadcrumb-area.ltn__breadcrumb-area-2.ltn__breadcrumb-color-white.plr--9.breadcrumbs.overlay-bg {
    margin-bottom: 0px;
}

Thanks!

1 Like

Hi, Unfortunately it didnt work. any other idea?

It did work !!!

Thank you

1 Like

Welcome! :blush: