I’m going crazy here. I try to add hover color, focus color and active color on the new nestable menu for the top menu elements.
Where would you add the colors?
How would you add the colors?
I tried now almost everything, but it does not work for every single link the same. The dropdown top link always behaves differently. And I have no idea why.
Thank you so much for your awesome explanation. That is exactly how I did it. Unfortunately, it seems the automaticcss classes for links are overwriting the styles. But only for the dropdown links. The icons are fine. And the direct links are also fine. Screen Recording 2023-06-30...
This comes from acss:
body a {
color: var(–accent);
font-weight: 400;
-webkit-text-decoration: none;
text-decoration: none;
}
in this case you should talk to the ACSS support and ask how you could handle this. Looks like the selector ACSS uses is too specific in this situation.