problem with zoombox in mobile

hi


the theme has zoombox, on the third row.

in desktop, on mouseover i see a logo and a caption.
in mobile, there's no mouse over, so the surfer sees 2 images and he cannot know what is it, is it clickable etc.
how do i show on mobile the logo and caption before clicking?
thanks

Comments

  • Hey,

    some hover effects just doesn't work on some mobile devices and it is not possible to make them such unfortunately. So if you don't like the way it display on mobile, you need to disable hover effects for mobile under Theme options > Responsive section.

    Thanks!
  • hi

    i changed to :  hover effects > enabled on desktop only

    but still on the phone it didn't change.
    i only see fotos and i don't know what it does.
    on the phone i'd like to see the logo and the title without mouseover. always visible.

    please see: http://udif.shared4.lighthost.co.il/

    thank you very much
  • Ok. So if you really want to display this hover effect constantly on mobile, please use the following css:
    @media only screen and (max-width: 767px) {
        .style-simple .zoom_box .desc { opacity: 1 !important; }
    }
Sign In or Register to comment.