Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #316146

    Hello Support -Team !!
    I would like to have different icons for the menu items. This should appear at the touch(hover) of the menu point (see screenshots). And the color of the menu point should this change yet.

    How and where can I customize and program…

    I hope you can help me there :)

    #316516

    Hey lewiede!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    li#menu-item-755:hover {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    You just need to change menu item id’s. You can right click on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #316542
    This reply has been marked as private.
    #316549

    Hi!

    You can use menu item class – http://i.imgur.com/TArOU9D.png
    so it would be

    li.menu-item-45:hover {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    }

    Best regards,
    Yigit

    #316736
    This reply has been marked as private.
    #316742

    Hi!

    Code is currently not being applied. Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #316789
    This reply has been marked as private.
    #316793

    Hey!

    I have applied the code to “Aktuelles” menu item by editing custom css code on top of Quick CSS field.
    You have not selected “Enfold main menu” under Menu Settings in Appearance > Menus. I checked that as well. Now you can find menu item ID’s – http://i.imgur.com/HyPTCRg.jpg
    Best regards,
    Yigit

    #316797
    This reply has been marked as private.
    #316804

    Thank you for the good and quick help. now works correctly !!! :)

    Best supporter Team Kriesi !!

    #316806

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu Icons’ is closed to new replies.