I made an icon box widget hover “effect” but not working good.
In hover state i made a transform (working good)
Change background (working good)
Change icon and text color (it is only work if i move mouse pointer exactly to the icon or text)
It seems to be, like a hover effect in a hover effect.
I think it would be working good, when i go to with mouse pointer into the icon box widget, the hover effect working together.
Yes, i know this CSS custom code feature, but i think its very overcomplicated in this case. Why? Because it an default icon box widget with icon, text, link ect options.
If i want to make a really custom “icon box widget” I make a div or bloc and drop in separately an icon, an header and an text box. After i know, i have to make the hover effect with custom css solutions.
The only option we can currently offer is custom CSS, as Michael has already suggested. In the future, we will make it possible to address every (inner) element. But unfortunately, this is not possible at the moment.
Thanks your support and work. I have some css knowlage, so i can make it.
My problem was only, why i have to use custom css for it, because it is a “all in” widget, with icon, title and text, and not a full custom block with uniqe icon widget, unique title and tex widgets.
Because i make this to one of my customer, where i can, i dont want to use custom codes. So i made it with extra block wrappers, but it is not the best solutions for larger DOMs…
Hey,
yes, of course, the problem occurs there as well, if you use an SVG that has to be addressed directly (unlike the font or background color which can be addressed on the root element).