This topic has 4 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler
Hi.
I am trying to stop the breadcrumbs from showing. I have some code in my child theme that used to work. However, it hasn’t been working correctly for some time.
Also, when adding a product to the cart I would like the user to be redirected to the cart rather than having a popup on top of the page.
https://prntscr.com/p8rq2y
Hoping you can help.
Hello,
1) We can’t check your site because of the plugin that you use http://prntscr.com/p8sjl3
Disable plugin to allow us to login to your Dashboard and help with breadcrumbs.
2) Go to WooCommerce > Settings > Product > check Redirect to the cart page after successful addition.
Regards
What country are you coming from and I can temporarily disable blocking.
Hello,
Edit this code http://prntscr.com/p90154 in style.css of your child theme > http://prntscr.com/p901ir or http://prntscr.com/p901nf
.breadcrumbs, .woocommerce-breadcrumb, .page-heading {
display: none !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up