Problem with whole Home page in incognito mode and other web browsers
-
My site is properly visible only in Google Chrome of my System. Header and all the Icons on home page are missing in Incognito mode and in other systems where cookies have been blocked. Please find the attachment below and check out the screenshot I’ve provided to you. Let me know how can i resolve this problem as soon as possible.
Attachments:
You must be
logged in to view attached files.
Hello,
Please try and fix the issue by following our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/icons-has-been-disappeared/
Because the icons are not displaying on both.
Best Regards
Hello,
I have visited your website and the header is displaying absolutely fine.
Screenshot for Clarification: https://prnt.sc/10wtmde
Please clear cache and check back.
Best Regards.
okay Thanks! Also let me know how can i remove “DOWNLOAD” Option from my website in “MY ACCOUNT” Page?
i am attaching the screenshot below
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS
.woodmart-my-account-links .downloads-link {
display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
Regards.
Xtemos Studios