Hello Sirs,
My issue is that the cart icon doesn’t appear on mobile.
screenshot: https://prnt.sc/mx3njo
URL: https://zoomit.gr/wordpress_2/
I am looking forward to your news.
Thank you in advance.
Best regards,
Nick
Hey nickgin,
I think these css codes affect it, can you try to remove them temporarily and check:
/*********** [data-av_icon]:before *********************/
/* LANDSCAPE */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
[data-av_icon]:before {
display: none;
}}
/* PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 359px) and (orientation: portrait) {
[data-av_icon]:before {
display: none;
}}
@media only screen and (max-width: 1024px) and (orientation: portrait) {
[data-av_icon]:before {
display: none;
}}
@media only screen and (min-width: 320px) and (max-width: 413px) and (orientation: portrait) {
button.single_add_to_cart_button:before {
display: none!important;
}}
Best regards,
Nikko
Hi Nikko,
Thank you for your quick reply and your amazing support!
Yes, you are right.
I have already configure it out.
Thank you so much.
You can close this ticket.
Best regards,
Nick
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon