I’ve added added a div to my site “Other servies section near the bottom” which when you hover over the div the background changes color as well as the text. Now I wanted everyything in that div to be a link so I added a link block and added everything inside.
The background colour changes as it should, but the text isnt changing colour to white?
Hi @Matty, this seems like strange behavior. It could be a bug, but I’m not able to say for sure without more info - can you please include a screenshot of the behavior you’re experiencing and also of what you’re trying to achieve so I can take a closer look?
At first glance, i would remove the hover states from the div and instead add the hover states to the link block.
Hi @Matty, Thanks for the screenshots! super helpful
It appears that your pseudo states settings are conflicting with each other. Try the following:
(1) Remove the pseudo states from the link block AND all it’s descendants
(2) Remove the font color setting from the “other-services-header”
(3) Add the font color AND background color pseudo state to the link block
This works for me - if you need more assistance, just let me know and I can provide screenshots for each step.