Hi there,
I have a post element (HTML tag <a>) with linked child interactions.
It contains a text and a headline element.
Within the headline element are a headline and a subline. For the headline I’m working with text-stroke instead of font-color to show only the outline. To achieve that I’m using custom CSS for the element (also for hover state). But now the hover state of it is not linked to the other elements anymore.
If you hover over the text element or the subline all linked child elements change to the hover color except for the headline with the custom CSS text-stroke. How can I link the hover state to the other child elements?