I noticed that whenever I try to click on my pages cart icon and choose either View Cart or Checkout some black background appears for all parts of the cart area.
That is not a bug, or a feature but this is how the browsers work, to see what you have selected and in your case it appears you have clicked the CMD+A (Mac) or CTRL+A (Windows).
I know how to use CMD+A function and this is not it.
When I have product in cart, I only make left mouse click on either view cart or checkout button and the selection thing appears. I don't select anything myself, I just click on button.
Sorry for the misunderstanding, as I don't see the problem occurring in Chrome, so I opened it in Firefox and the only fix for that is to add the following CSS to Custom CSS to fix the selection issue for the mini-cart.
.menu-cart-icon-container.open.menu-cart-icon-container .lab-wc-mini-cart-contents {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance, I will set this ticket as solved!
Hi there!
I noticed that whenever I try to click on my pages cart icon and choose either View Cart or Checkout some black background appears for all parts of the cart area.
See the screen shot attached.
Can you tell me how to fix it?
Looking forward to your reply.
Best Regards,
Kerli
Hi Kerli,
That is not a bug, or a feature but this is how the browsers work, to see what you have selected and in your case it appears you have clicked the CMD+A (Mac) or CTRL+A (Windows).
Best regards,
Laborator Team
Hello!
I know how to use CMD+A function and this is not it.
When I have product in cart, I only make left mouse click on either view cart or checkout button and the selection thing appears. I don't select anything myself, I just click on button.
Best Regards,
Kerli
Hi Kerli,
Sorry for the misunderstanding, as I don't see the problem occurring in Chrome, so I opened it in Firefox and the only fix for that is to add the following CSS to Custom CSS to fix the selection issue for the mini-cart.
Best regards,
Laborator Team
Dear Art,
Thank you so much!
The problem is fixed :)
Best Regards,
Kerli
Happy to hear that Kerli!
P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).
A huge thank you from Laborator in advance, I will set this ticket as solved!
Best regards,
Laborator Team