Trigger hover state on parent hover #21355
aasem-a
started this conversation in
Feature Request
Replies: 3 comments
-
+1 for this, we need this feature to be included on the next updates allowing us to change state to child elements when hovering the parent container because as of now we are using custom css |
Beta Was this translation helpful? Give feedback.
0 replies
-
+1 for this feature, extended to also transform, backgrounds and other part where there is a "hover" option |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe.
I find it odd when some very basic Gutenberg blocks plugins allow me to assign hover colors/effects based on the parent or child hover!

We need to have a switch to allow the haver effect of the child element to be triggered on parent hover.
I've found other requests for similar features but for unrelated classes. This is for the same widget and its child elements.
Please consider.
Describe the solution you'd like
A switch to turn on the haver effect of the child element on parent hover
Describe alternatives you've considered
This CSS does the trick but it applies to all similar widgets on the website! Adding custom class ids didn't work!
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover > .elementor-icon-box-icon * {
color: blue !important;
}
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions