This topic has 4 replies, 2 voices, and was last updated 4 years, 2 months ago ago by John Holden
Attach the image to be corrected
After updating the theme to the latest version
In a mini cart
There is a cart and checkout page.
I want to delete the checkout page.
How can I delete duplicate checkout pages from my minicart?
https://www.dropbox.com/s/pvmuq5is2liodn4/KakaoTalk_20200903_110143673.jpg?dl=0
Hi,
Use below code
.et-mini-content .woocommerce-mini-cart__footer-wrapper {
display: none;
}
Regards,
Hung PD
I’m a perfect beginner.
Please give me a detailed guide.
If you give me the code, I don’t know how to do it.
Hi,
You can put in Theme Options > Theme Custom CSS > Global CSS
Regards,
Hung PD
You must be logged in to reply to this topic.Log in/Sign up