This topic has 6 replies, 2 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
Hello,
Is there any way to remove the highlighting when updating the cart and clicking place order. I have a dark theme and when doing either of these functions while it loads it highlights the boxes. I would like to remove this completely if I can.
Your assistance would be greatly appreciated.
Thanks!
Hello,
Could you please provide link to your site in Private Content area to help me understand more?
Thanks
Regards
Added below. It’s when you update products in the cart and on the checkout page.
I have added a screenshot of the overlay.
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.woocommerce .blockOverlay,
.cart-popup-container .product_list_widget li .blockOverlay {
background: transparent !important;
opacity: 1 !important;
}
Regards
Thanks so much, I was looking at the css for .blockOverlay but didn’t have the rest. Thanks again!
You’re welcome!
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
The issue related to '‘Removing Highlighting From Cart & Checkout’' has been successfully resolved, and the topic is now closed for further responses