Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3658775
Remove navigation options on cart and checkout page
Closed

Comments

  • sourav started the conversation

    Hi , I want to remove that navigations part on top of cart page and checkout page 

    I have attached an image for better understanding 

    Attached files:  cart apge.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci_woo_pages_breadcrumbs {
      display: none;
    }

    Regards,
    PenciDesign.



  • sourav replied

    It is not working 

  •  2,540
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .penci_woo_pages_breadcrumbs {
      display: none !important;
    }

    Regards,
    PenciDesign.