Hello everyone!
When I hove over the section highlight below, I want the “get in touch” text to change colour - How can I achieve this?
Thanks a lot!
Can you share me your store url with that page & password (if applicable) to me check & give you the solution
Hey! Thanks for helping.
Sure, it’s https://www.cardboardhouse.store/ and pw is CBH25
Sorry, it’s hard to describe. Yes, so I want Pokemon to be coloured purple when I’m looking through the list items. Example, when I’m anywhere in the navigation for Pokemon I want it purple.
I.e, example when I’m hovering over a sub list item like Glory of Team Rocket, Pokemon should be active in Purple.
Does it make sense?
Actually we can do like when a submenu open then main menu item should be active, not sure it is covering all case you want or not but let try to add this Custom CSS:
.main-nav details.is-open summary > a.main-nav__item {
color: #E25FF9;
box-shadow: inset 0 -2px 0 0 currentColor;
}
I hope it works as your expect.
Thanks
It’s perfect, thanks so much!!
Works perfectly, thank you so much!
Hello,
Thanks again for the answer, I have a similar issue here with the sub nav menu, since you were so good fixing this one, if you had the time, it would be awesome if you could also check this one here - Thanks a lot!
Hi there,
I leave a coment here. Please take a look to try it