Home Forums WoodMart support forum Hidden description on mobile

Hidden description on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #244924

    sara_va
    Participant

    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.
    #245015

    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.

    #245021

    sara_va
    Participant

    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

    #245035

    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.

    #245044

    sara_va
    Participant

    Hi,

    I have already tried to add the !important but it doesn’t work 🙁

    Sara

    #245223

    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.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Hidden description on mobile’ is closed to new replies.