Skip to content
Public Ticket #23595

woocommerce checkout page top navigation

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



PenciDesign Supporter replied

Staff Reply

Hi,

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

.woocommerce .penci_woo_pages_breadcrumbs {
    display: none;
}

Regards,
PenciDesign.



Want to join this conversation or access attachments? Sign in first.