In the icon Box I added a hover effect which background color changes, text and icon color changes.
When I hover over the icon box, the Heading and Body text shows the effect, but the icon is not showing the effect. I need to hover over the icon then it shows the effect.
How to fix this issue?

What version and any url?
Bricks Version: 1.5.2
url : Sample Page – Try Bricks – tef2e305
@timmse Please enlighten us regarding this issue as well.
Thank you
By far the easiest solution is the following custom CSS:
root:hover * {
color: white;
}
The problem is that the hover state is assigned to each element individually, and it is currently not yet possible to define which sectors should be addressed. However, this will be possible in the future:
Best regards,
timmse
1 Like
Its working now.
Thank you @timmse