joelyyael Posted April 9, 2020 Posted April 9, 2020 (edited) On 3/26/2020 at 2:38 AM, Glencairn said: Was there ever a fix on this? I tried both approaches but neither allowed me to change my background colour. 🤔 kathleenphelps Answered it above! Worked great for me! Edited April 9, 2020 by joelyyael
megan10 Posted May 18, 2020 Posted May 18, 2020 How do I change change the hover overlay to cover the entire image and also center the text within in? Here's how to looks with the text at the bottom.
tuanphan Posted May 19, 2020 Posted May 19, 2020 16 hours ago, megan10 said: How do I change change the hover overlay to cover the entire image and also center the text within in? Here's how to looks with the text at the bottom. Can you share link to page in screenshot? 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!)
rosebudphoto Posted October 6, 2020 Posted October 6, 2020 Is there a way to make the overlay background transparent while keeping the text color? The statue photo is how I currently have it set, the pants photo is from a product page that I'm trying to replicate. Thanks!
tuanphan Posted October 7, 2020 Posted October 7, 2020 12 hours ago, rosebudphoto said: Is there a way to make the overlay background transparent while keeping the text color? The statue photo is how I currently have it set, the pants photo is from a product page that I'm trying to replicate. Thanks! Can you share link to page in screenshot? We can check easier. 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!)
lydialsp Posted October 31, 2020 Posted October 31, 2020 How do I make the grey box transparent and get it to cover the whole image? I've added in the code mentions above but still isn't working.
tuanphan Posted November 1, 2020 Posted November 1, 2020 20 hours ago, LYDIAPALESCHI said: How do I make the grey box transparent and get it to cover the whole image? I've added in the code mentions above but still isn't working. Can you share link to page in your question? We can check easier 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!)
organic_emma Posted December 15, 2020 Posted December 15, 2020 I've used this code which works but how can I change the opacity and keep the text still legible? .image-caption-wrapper { background: #4F4D56 !important; opacity: 1 !important; }
tuanphan Posted December 15, 2020 Posted December 15, 2020 2 hours ago, organic_emma said: I've used this code which works but how can I change the opacity and keep the text still legible? .image-caption-wrapper { background: #4F4D56 !important; opacity: 1 !important; } Use rgba background (a is opacity) .image-caption-wrapper { background: rgba(79,77,86,0.5) !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!)
SSong Posted March 5, 2021 Posted March 5, 2021 Is there a way to hover over the image and that change the color of the caption? I only know how to make the caption change to a different color if you hover over the captions themselves. Ideally, I would love the users to be able to hover over either the image or the caption, and that triggers a secondary photo and a color change of the caption at the same time. Can anyone help with this? Thank you! Link is here. Password is 185fff.
tuanphan Posted March 7, 2021 Posted March 7, 2021 On 3/6/2021 at 3:08 AM, SSong said: Is there a way to hover over the image and that change the color of the caption? I only know how to make the caption change to a different color if you hover over the captions themselves. Ideally, I would love the users to be able to hover over either the image or the caption, and that triggers a secondary photo and a color change of the caption at the same time. Can anyone help with this? Thank you! Link is here. Password is 185fff. Hi. It looks like you solved? 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!)
SSong Posted March 9, 2021 Posted March 9, 2021 On 3/7/2021 at 2:17 AM, tuanphan said: Hi. It looks like you solved? No, I didn't. I want users to be able to hover over the circular image (NOT the caption) and the caption color will change to #0033a0.
tuanphan Posted March 20, 2021 Posted March 20, 2021 On 3/10/2021 at 1:45 AM, SSong said: No, I didn't. I want users to be able to hover over the circular image (NOT the caption) and the caption color will change to #0033a0. The above url doens't exist. 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!)
Pal1570048356 Posted September 19, 2023 Posted September 19, 2023 Hello, In the 7.0 Avenue template I'd like to make a few changes to the Caption Overlay on Hover with a regular Image block (not a gallery). I'd like to: 1) change the background color from black to blue (#1043c6) and the text to white. 2) center the text. 3) reduce the amount of space above and below the text, so the overlay doesn't cover so much of the image. Is any of this possible? Thank you!
Pal1570048356 Posted September 19, 2023 Posted September 19, 2023 Hello, In the 7.0 Avenue template I'd like to make a few changes to the Caption Overlay on Hover with a regular Image block (not a gallery). I'd like to: 1) change the background color from black to blue (#1043c6) and the text to white. 2) center the text. 3) reduce the amount of space above and below the text, so the overlay doesn't cover so much of the image. Is any of this possible? Thank you!
tuanphan Posted September 22, 2023 Posted September 22, 2023 On 9/20/2023 at 6:35 AM, Pal1570048356 said: Hello, In the 7.0 Avenue template I'd like to make a few changes to the Caption Overlay on Hover with a regular Image block (not a gallery). I'd like to: 1) change the background color from black to blue (#1043c6) and the text to white. 2) center the text. 3) reduce the amount of space above and below the text, so the overlay doesn't cover so much of the image. Is any of this possible? Thank you! Can you share link to page? We can help easier 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!)
BradleyK Posted November 3, 2023 Posted November 3, 2023 I've tried the code below, and it works for one image out of a group of 4 images — various sizes (see attached). However, I would like to see code similar to this to work for the feature items on my homepage (see attached of desired effect to achieve with CSS): /*Hover owerlay captions*/ .image-caption-wrapper { opacity: 0; text-align: center !important; top: 0 !important; position: relative; pointer-events: none !important; background: #ffffff !important; opacity: .80 !important; } &:hover, &:focus { opacity: 1; } .image-caption { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .image-caption p { font-size: 18px !important; font-weight: semibold !important; color: #ea4e4c !important; text-transform: uppercase; line-height: 120% !important; letter-spacing: 2px !important; opacity: 1 !important; } .sqs-block.sqs-block-editable:not(.sqs-block-editing) .sqs-dd-invalid-handle { cursor: default; pointer-events: all !important; } .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper { background: #fddcce; opacity: .9; } I realize this is an older post, but I'm hoping there's a solve for this. Thank you.
tuanphan Posted November 6, 2023 Posted November 6, 2023 On 11/3/2023 at 9:44 PM, BradleyK said: I've tried the code below, and it works for one image out of a group of 4 images — various sizes (see attached). However, I would like to see code similar to this to work for the feature items on my homepage (see attached of desired effect to achieve with CSS): /*Hover owerlay captions*/ .image-caption-wrapper { opacity: 0; text-align: center !important; top: 0 !important; position: relative; pointer-events: none !important; background: #ffffff !important; opacity: .80 !important; } &:hover, &:focus { opacity: 1; } .image-caption { left: 50%; position: absolute; top: 50%; width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); } .image-caption p { font-size: 18px !important; font-weight: semibold !important; color: #ea4e4c !important; text-transform: uppercase; line-height: 120% !important; letter-spacing: 2px !important; opacity: 1 !important; } .sqs-block.sqs-block-editable:not(.sqs-block-editing) .sqs-dd-invalid-handle { cursor: default; pointer-events: all !important; } .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper { background: #fddcce; opacity: .9; } I realize this is an older post, but I'm hoping there's a solve for this. Thank you. Can you share link to page? 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
Create an account or sign in to comment
You need to be a member in order to leave a comment