Grog Posted June 30, 2022 Share Posted June 30, 2022 Site URL: https://helix-dodecahedron-bbx6.squarespace.com/ Hello! I have a summary block in a section that has a png file of a logo monogram as the background image. As you scroll through the section some of the black of the background image interacts with the text of making it difficult to read. I'm using mix-blend-mode: difference and it's working great for the text, but I would like to preserve the original look of the images and not have any blend effect. I can't figure out how to isolate the images in the summary block in order to set a different mix-blend-mode, does anyone know if this is possible within a summary block? I've attached a screenshot to illustrate the issue, as well as the css I'm currently using. Hopefully someone has experience with this as it's been driving me nuts all day! Thanks for your help! Link to comment
Grog Posted June 30, 2022 Author Share Posted June 30, 2022 @tuanphan is there any way to isolate the summary section images from the mix-blend-mode settings for the block? Link to comment
tuanphan Posted July 2, 2022 Share Posted July 2, 2022 Your site is private. Can you setup an access password & share url again? 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
Grog Posted July 2, 2022 Author Share Posted July 2, 2022 Sorry about that! https://helix-dodecahedron-bbx6.squarespace.com/ pw: password Thanks for taking a look! Link to comment
tuanphan Posted July 4, 2022 Share Posted July 4, 2022 On 7/3/2022 at 4:18 AM, Grog said: Sorry about that! https://helix-dodecahedron-bbx6.squarespace.com/ pw: password Thanks for taking a look! Edit your code #block-c92fd2ec45055facf4ad { mix-blend-mode: difference !important; } to #block-c92fd2ec45055facf4ad .summary-content { mix-blend-mode: difference !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!) Link to comment
Grog Posted July 5, 2022 Author Share Posted July 5, 2022 hi @tuanphan 20 hours ago, tuanphan said: #block-c92fd2ec45055facf4ad .summary-content { mix-blend-mode: difference !important; } This didn't seem to do the trick. The images are the way I'd like them to look but the summary titles and the summary excerpts don't have the mix-blend-mode: difference effect I'm hoping to achieve. Is there something else that can be done? thanks Link to comment
hjnz Posted March 27, 2023 Share Posted March 27, 2023 On 7/5/2022 at 11:06 AM, tuanphan said: Edit your code #block-c92fd2ec45055facf4ad { mix-blend-mode: difference !important; } to #block-c92fd2ec45055facf4ad .summary-content { mix-blend-mode: difference !important; } Hi there @tuanphan! hoping to apply the blend mode to a regular text block created from a blank homepage section to which ive applied a video background. Similar to how youve made your code more specified in this case by adding .summary-content after the block id, is there a similar fix that will get things working in the case of a regular text block? Thank you so much Link to comment
tuanphan Posted April 2, 2023 Share Posted April 2, 2023 On 3/28/2023 at 6:00 AM, hjnz said: Hi there @tuanphan! hoping to apply the blend mode to a regular text block created from a blank homepage section to which ive applied a video background. Similar to how youve made your code more specified in this case by adding .summary-content after the block id, is there a similar fix that will get things working in the case of a regular text block? Thank you so much Hi, Can you share link to page where you use text block? 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
hjnz Posted April 18, 2023 Share Posted April 18, 2023 @tuanphan My apologies for the delayed response! site url for the page in question is leonardhill.net Link to comment
tuanphan Posted April 22, 2023 Share Posted April 22, 2023 On 4/18/2023 at 12:46 PM, hjnz said: @tuanphan My apologies for the delayed response! site url for the page in question is leonardhill.net What should it look like? 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
hjnz Posted April 25, 2023 Share Posted April 25, 2023 @tuanphan Id like to have the blend mode applied to the text block you have screenshotted thanks! have had success in the past getting it to work for the header but not for the text here Much appreciated Quote Link to comment
hjnz Posted May 13, 2023 Share Posted May 13, 2023 @tuanphan Hi there! im still a bit stumped on finding a solution to this one! if you had anything i could try id love to give it another crack 🙂 cheers Link to comment
moonlitdesign Posted March 31 Share Posted March 31 On 5/13/2023 at 1:10 AM, hjnz said: @tuanphan Hi there! im still a bit stumped on finding a solution to this one! if you had anything i could try id love to give it another crack 🙂 cheers have you tried: .fe-block.fe-block-c92fd2ec45055facf4ad { mix-blend-mode: difference !important; } Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment