Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #869822

    Hi guys

    In reference to #post-292836 and implementing graphic buttons for the menu items, I’ve got that working well.

    Can you let me know how I can implement active color states for the menu items (assuming I have uploaded variants for each of the menu item graphics)?

    Eg: clicking on a ABOUT would then display a different color ABOUT menu graphic than the default.

    Please see site below.
    Thanks!

    #870598

    Hey Pantoni,

    Please add active menu item image to navigation labels as well and then give custom class to both images. I used “active-menu-img” and “initial-menu-img” and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .active-menu-img { display: none; }
    .current-menu-item .active-menu-img { display: block; }
    .current-menu-item .initial-menu-img { display: none; }

    Best regards,
    Yigit

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