Hi,
Please share the snapshot and the page URL to inspect the issue.
Hi, URL is any page that a product has been added to the basket and then the drop down cart is accessed by means of hovering over it.
Screen attached https://ibb.co/VD26WYy
We see “View Basket” and “Checkout” from the drop down, it’s the “Checkout” I’d like to remove and centre the “View Basket” if possible in it’s place 🙂
I’ve tried a few CSS alternations, the last one:
.top-login-mini-cart a.button.checkout{
visibility: hidden;
}
But nothing seems to work.
Thanks
Marko
-
This reply was modified 5 years, 8 months ago by
marko2002.
-
This reply was modified 5 years, 8 months ago by
marko2002.
I actually found an alternative way of doing this, rather than remove the “Checkout” button I was happy to simply loose the entire drop-down functionality, therefore just added style=”custom_link” into my existing code for the TopBar so my code is now:
Your Cart: [oceanwp_woo_cart total=”true” color=”#fe5252″ hover_color=”#222″ style=”custom_link”]
The basket icon when clicked just goes straight to the basket, which is exactly where I want users to go.
Hope this helps others
Marko
Hi,
Thanks for sharing the solution with us.
and Glad to hear that issue has been fixed.
Additionally, and just in case anyone else is looking for a way to completely “hide” the “checkout”, on mobile it still pops up but change …
Appearance > Customise > Woocommerce > General > Display Basket When Product Added to NO and this prevent the mobile basket drop-down from appearing too 🙂
Marko