Add menu image instead of text to sidr plugin

45 Views Asked by At

Hello I am using SIDR plugin to add a toggle menu to my site. I want to use an image that visitors can click on and the toggle menu opens. I am wrapping the image in the a tag with the id of #simple-menu. However the image doesnt display. Does any body know why?

hello
1

There are 1 best solutions below

0
On

I feel so dumb!

I had a mistake in my code. I didnt add equal signs to the src attribute, so i had

<img src""> 

instead of

<img src="">