Going to try to make this as simple as possible.
I have a section with a blue background.
This section has multiple cards in a row.
The cards have a transparent background with a white border and 2 lines of white text … A title and a link..
I have an effect on the card so that when you hover the background of the card turns White and the text within the card turns blue.
The problem is
…I want the link to be white just like the text but when you hover over the card and the card background turns White you can’t see the link.
Of course I tried to add a hover state to the link as well but that only works when you hover over the link (which you can’t find when the card turns White).
I’m wondering is it possible for me to somehow attach the hover state of the link to the hover state of the card so that when I hover over the card the link text also turns blue?
Your help is much appreciated 🙏🏽❤️🔥
[ad_2]
All this depends entirely on the underlying code – that’s how HTML + CSS works. We need to see the page to be able to help.