damonsun Posted April 18, 2020 Share Posted April 18, 2020 How do you add text to appear on top of an image in a gallery (Grid: Simple) in 7.1? Yes, I have already added description text for each image. I've gone through all the design settings and seems like a limitation of 7.1? Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 Follow this 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!) Link to comment
kd_simmons Posted May 18, 2020 Share Posted May 18, 2020 So, I went a completely different route and tried to use "image" blocks with "display caption on hover" and CSS to achieve the same effect. As the basis, I used my "Dark Bold" page color setting and then developed the following for my CSS: //IMAGES NO BORDER// .dark-bold.page-section {padding: 0 !important; width: 100% !important; overflow: hidden !important} .dark-bold.page-section > .content-wrapper {display: contents !important} .dark-bold.page-section .sqs-block-image {margin: 0 !important; padding: 0 !important; border: 0px !important} //END IMAGES NO BORDER// Below (and, attached) was the end result. Maybe this will help you in what you're trying to achieve! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.