Home Forums WoodMart support forum Hide "click to enlarge" tooltip on mobile

Hide "click to enlarge" tooltip on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #153483

    horny_fungus
    Participant

    Hi, the button for opening enlarged image on single product page has a tooltip “click to enlarge” shown on hover. This feature is nice for sektop, but on mobile it leads to poor user experience – after user hits the button enlarged image is shown then user closes it and “click to enlarge” is shown permanently although he does not need this information at all, he already used the button.
    Can you please provide some CSS to disable this hover effect on mobile.

    #153504

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS mobile area in Theme Settings.

    .wd-gallery-btn span {
    	display: none;
    }

    Regards

    #153594

    horny_fungus
    Participant

    Thanks a lot, that worked. Maybe you should consider incorporating that into the theme as I highly doubt anybody wants this text on mobile.

    #153668

    Artem Temos
    Keymaster

    Sure, thank you. Contact us if you will have any questions.

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