I want to change the text-based menu (home, products, about, etc..) with an image for each of them. How can I do that please??
See screenshot please: http://coolsitemachine.com/download/menu.png
Hi sabrostar!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li#menu-item-4758 a {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
li#menu-item-4758 .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