Hello,
I have a client that wants me to duplicate their site using Enfold and I am needing to figure out how to create an image driven main menu with the text above it in the header like this:
So far in the duplication process I have this:
http://aa2.983.myftpupload.com/
I have all the components (images, etc) to recreate the image menu but I do not know how to set up the coding or where to put it within the theme.
Can you help?
Thank you!
Hi chickeringco!
You can set a background image to the menu links with this CSS.
.page-item-14:hover { background: url("URL to your image") !important; }
Best regards,
Elliott