Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #917323

    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

    #917516

    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

    #917734

    Amazing! Thank you!

    DB

    #917865

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.