Hello,
My website is BodyTalkCare.com
I’m designing menu tabs for my site in illustrator.
How would I point each image to the menu?
Thank you
Hey Nathan!
Thanks a lot for using our theme, we do appreciate it!
Please use the following service
http://kriesi.at/contact/customization
for such advanced modifications.
Are support policy is not to provide any code for such editings.
Regards,
Basilis
Hi!
Can you please post a screenshot and show the changes you would like to make?
You can add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-59>a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }
#menu-item-59>a>.avia-menu-text { opacity: 0; }
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