I’m trying to replicate a feature on a website that’s using BB. This is the website:
If you look at the circle images under “We’re Here to Help You”, you can see that the image has the caption below it and on hover, both the image AND the caption change color.
I have this CSS that I think should work but the missing piece is that there isn’t a color for the overlay:
Thank you for your quick response. Unfortunately, that didn’t work. Nothing changes when I add that (both with and without by other CSS). I also tried to change the background-color from rebeccapurple to a hex code)…
That css should work. I’ve tested it in devtools. Assuming you haven’t removed this css yet, I’m not seeing it in your page source code, or any of the CSS stylesheets.
Try clearing your Beaver Builder cache (Settings > Beaver Builder > Tools: Clear cache. Then clear the cache in your hosting account or CDN.
I can’t thank you enough for your diligence in trying to help me! Just to clarify: the website I linked to is the one that has the effect that I’m trying to replicate (it’s the example of what I want to do).
The site I’m using this for is not a public site (it has a Coming Soon on) so I don’t think you were looking at the actual page I’m using.
Here it is on a test page you can view:
I also changed the .fl-node to the one on my page and it still doesn’t show up for me…
Thank you again for your patience with helping me!
No problem. Give this a try. You can prepend it with a specific .fl-node if you want to limit it to specific modules. You can adjust the opacity and background-color to your preference.
SOOO close! That added the opacity over hover! Yay and THANK YOU!! That last piece that’s missing that my client wants to accomplish is to have the photo AND the caption link below it change the opacity color on hover.