Hidden description on mobile
-
Good morning,
I use the sticky details in products page and on desktop it works very well.
The problem is on mobile: the details box is shown twice one time below the other.
Is there a way to hide one of the two descriptions only on mobile?
Thank you,
Sara
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-accordion-title.tab-title-description.active {
display: none;
}
Best Regards.
Hi,
I tried but it doesn’t work.
Can we try something else?
I’m sending you in private the site credential.
Thank you,
Sara
Hello,
Please remove the previous Custom CSS and try adding the following in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-accordion-title.tab-title-description.active {
display: none !important;
}
Then clear cache and check back.
Best Regards.
Hi,
I have already tried to add the !important but it doesn’t work 🙁
Sara
Hello,
Your issue has been resolved. I have removed the description tab from mobile devices.
Screenshot for Clarification: https://prnt.sc/vqzh87
Please clear cache and check back.
Regards.
Xtemos Studios.
The topic ‘Hidden description on mobile’ is closed to new replies.