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 #3214513
woocommerce checkout page top navigation
Closed

Comments

  • Ava started the conversation

    how to remove  this section from checkout page, Thank you


  •  2,736
    PenciDesign replied

    Hi,

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

    .woocommerce .penci_woo_pages_breadcrumbs {
        display: none;
    }

    Regards,
    PenciDesign.



  • Ava replied

    Thank you, but it didn't work and still you can see it on the checkout page


  •  2,736
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    .penci_woo_pages_breadcrumbs {
        display: none;
    }

    Clear all the site cache, and browser cache then check again.

    Regards,
    PenciDesign.