Transforms child element with css instead of jquery

Sorry, I misread your question. To do this currently in CSS, you will need to use the custom code block to insert CSS :hover .child selectors, as the settings panel do not support that.

.parent:hover .child { display: inline-block; }

I have added it to this topic as well for visibility:

2 Likes