pinoff Posted April 28, 2020 Posted April 28, 2020 Site URL: http://thisisaspace.net Hello! I need the hover text to appear on my mobile layout without having to tap it to come up but I don't want it to always be there. Anyone have a solution? Thanks!
JanelleNine Posted April 29, 2020 Posted April 29, 2020 19 hours ago, pinoff said: Site URL: http://thisisaspace.net Hello! I need the hover text to appear on my mobile layout without having to tap it to come up but I don't want it to always be there. Anyone have a solution? Thanks! Same question! Waiting for an answer. Although tapping on the image and leaving the finger pressed could also work or me.
staggerleek Posted January 20, 2021 Posted January 20, 2021 On 4/28/2020 at 10:25 PM, pinoff said: Site URL: http://thisisaspace.net Hello! I need the hover text to appear on my mobile layout without having to tap it to come up but I don't want it to always be there. Anyone have a solution? Thanks! I have the same issue, and I see you fixed it by having the text always on and disappearing on hover. Do you have the CSS for this?! It's the last thing I need to fix before my site can be published.
tuanphan Posted January 23, 2021 Posted January 23, 2021 On 1/20/2021 at 7:37 PM, staggerleek said: I have the same issue, and I see you fixed it by having the text always on and disappearing on hover. Do you have the CSS for this?! It's the last thing I need to fix before my site can be published. Add to Design > Custom CSS @media screen and (max-width:767px) { .portfolio-text { opacity: 1 !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.