FinaleDesign Posted May 28, 2020 Posted May 28, 2020 Site URL: http://www.letsgruv.com I have 3 images with click-through links on my homepage. The name of the page that the image is linked to is displayed in a caption that appears on hover but I'd like to have that always visible on mobile. I'm sure this is an easy fix but the few things I thought to try don't seem to be working out. Thanks for the help!
tuanphan Posted May 28, 2020 Posted May 28, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="5eca911272e6a72aacf7a277"] figcaption.image-caption-wrapper { opacity: 1 !important; visibility: visible !important; overflow: hidden; } } 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!)
designer-abi Posted October 19, 2021 Posted October 19, 2021 Hi there, I have the same question, and have tried the code, but it doesn't work for me. My site URL is www.abi-read.com and I'd like the 'hover over' captions that appear on a desktop view, to remain consistently on the mobile view. Any ideas? Thanks
tuanphan Posted October 21, 2021 Posted October 21, 2021 On 10/19/2021 at 10:26 PM, designer-abi said: Hi there, I have the same question, and have tried the code, but it doesn't work for me. My site URL is www.abi-read.com and I'd like the 'hover over' captions that appear on a desktop view, to remain consistently on the mobile view. Any ideas? Thanks Add to Design > Custom CSS .portfolio-text { opacity: 1 !important; } .portfolio-overlay { opacity: 0.2 !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.