Hi,
I want to place an image instead of “home” link in the main menu, how can i do this ?
Thanks
Hi,
Inspect the Home menu, look for the menu id. Add this on your custom.css
#menu-item-755 {
text-indent: -9999px;
background: url(IMAGE URL) no-repeat center;
width: 200px;
}
The menu id of my home menu is 755, it might differ from yours. Adjust the width according to the image that you’re going to use.
Regards,
Ismael