Hi,
Great continued improvements to the Enfold theme!
Can you tell me how to make the background color on the individual mega menu submenu items change on hover?
Best,
DB
Hey dburton77,
#menu-item-2485 > span:nth-child(1) > a:nth-child(1):hover {
bacckground-color: #000;
}
As you can see, each one has a different child nth you can target.
Here you can see how you can get the info
Best regards,
Basilis
Amazing! Thank you!
DB