What is the css on the image hover (The White effect) as i would like to apply this to mobile by adding :active and :focus? I have changed the color from white to black using .image-overlay and the title to white however the text appears in mobile but i also require the hover background color too.
Thanks in advance.
Hey Dave,
This is not possible as mobile does not have “hover” states.
Best regards,
Jordan Shannon
I know however it does have active states which i already see working when i press the the image i see the title appear on a mobile device so i want to know how i could apply an active state to the image hover effect I understand you don’t use :hover in mobile but you can use :active states which show on press. so i see the title appear in iphone on press i want to also see the effect appear on press so was asking for the ccs to that effect please.
Hi,
Thank you for contacting us.
The hover styles for desktop will be activated when user taps on mobile device. You can add your styles to hover state instead of active state and give it a try.
Best regards,
Vinay