-
AuthorPosts
-
September 9, 2014 at 11:37 pm #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 :)
September 10, 2014 at 1:14 pm #316516Hey 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,
YigitSeptember 10, 2014 at 1:47 pm #316542This reply has been marked as private.September 10, 2014 at 1:58 pm #316549Hi!
You can use menu item class – http://i.imgur.com/TArOU9D.png
so it would beli.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,
YigitSeptember 10, 2014 at 4:49 pm #316736This reply has been marked as private.September 10, 2014 at 4:55 pm #316742Hi!
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!
YigitSeptember 10, 2014 at 5:28 pm #316789This reply has been marked as private.September 10, 2014 at 5:31 pm #316793Hey!
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,
YigitSeptember 10, 2014 at 5:34 pm #316797This reply has been marked as private.September 10, 2014 at 5:39 pm #316804Thank you for the good and quick help. now works correctly !!! :)
Best supporter Team Kriesi !!
September 10, 2014 at 5:44 pm #316806Hi!
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 -
AuthorPosts
- The topic ‘Menu Icons’ is closed to new replies.