Hello. Apologies if this has been asked and answered before. I did a quick search before posting this, but couldn't find anything.
Here's the idea: I have a list of clickable blog post previews. When a link element is hovered, I would also like for the blog post title to change color. If I were to write plain CSS, it would go something like this (if memory serves me well π
):
.card-link:hover h2 { color: #F26D13 }
How to achieve this with Webstudio?
Here's a link to the build:
https://apps.webstudio.is/builder/8ee196b0-56f8-42d7-b62c-28c9f1b0f30c?authToken=f75a1c76-45a5-402c-9a72-897770257ab0&mode=preview