how can i import the size chart from your demo
-
Hello,
I have visited the URL you provided. Unfortunately, you cannot get the same size guide chart that has been set in our demo. Because size guides do not come with demo import.
You can create one of your own from Dashboard >> Size Guides.
Screenshot for Clarification: https://ibb.co/g42rKdP
Best Regards.
ok thank you for your response,
Is it possible to add a close button or X at the top right corner of the size chart popup?
This is especially needed for mobile users
like in the attached example of the size chart
Attachments:
You must be
logged in to view attached files.
Hello,
By default there is a close button that is there when you open the size guide table from the single product page.
That is used to close the pop up.
Screenshot for Clarification: https://ibb.co/vwXN5tS
Best Regards.
Thank you, yes on desktop the X is visible. The issue is on mobile
Is there a way to make it visible?
Hello,
By default the button also exists on the mobile as well.
Screenshot for Clarification: https://ibb.co/g7Jcvft
The size guide close button is displayed on mobile but it depends on the size of the table then it is hidden for small mobile screens.
So you need to add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.admin-bar button.mfp-close {
color: black;
}
Best Regards.