How to prevent this text from being displayed on the mobile device, as it is not
-
How to prevent this text from being displayed on the mobile device, as it is not displayed on the PC device
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL so I will check and give you a possible solution?
Best Regards
Hello,
Can you please share a screenshot and highlight the text which you want to remove on a mobile device.
Best Regards
tip
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:
span.wd-attr-selected {
display: none !important;
}
Best Regards