Title: Img Menu Item
Last modified: August 21, 2016

---

# Img Menu Item

 *  Resolved [rowrowboat](https://wordpress.org/support/users/rowrowboat/)
 * (@rowrowboat)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/img-menu-item/)
 * Hello!
 * I’m going to try and explain my issue as best I can…
 * In the normal-sized web browser, I’m using a custom image for one of the menu
   items. And in the html, I have alt text and title text describing the name of
   this item. However, when I use your plug-in, the code seems unable to read this
   information so the drop-down option appears blank. If I add text in between the
   a brackets, the plug-in can read it, but it then screws up how I want the menu
   to look at normal size.
 * Can you give me any tips how to fix this? I don’t understand php very well, and
   I suspect that’s where the answers lies, since this is a conditional problem.
 * My website is wingspancomic.com, and the menu item is the RSS Feed image. I want
   the drop-down item to be titled RSS Feed.
 * Thanks in advance!
 * [https://wordpress.org/plugins/jquery-responsive-select-menu/](https://wordpress.org/plugins/jquery-responsive-select-menu/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * (@mcguive7)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/img-menu-item/#post-5001860)
 * Hi RRB,
 * Glad to help. My suggestion to you would be to simply include plain text along
   with your image inside the menu item. Then, you just have to write some very 
   basic CSS that hides the text:
 *     ```
       #my-list-item {
           font-size: 0;
       }
       ```
   
 * Keep in mind you’ll need to change the id selector (#my-list-item) to match the
   actual list item you’re targeting. If your theme allows for custom CSS settings,
   you can just add this there. Otherwise you can easily install a CSS plugin like
   My Custom CSS.
 * Does this make sense?

Viewing 1 replies (of 1 total)

The topic ‘Img Menu Item’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-responsive-select-menu_656565.
   svg)
 * [jQuery Responsive Select Menu](https://wordpress.org/plugins/jquery-responsive-select-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-responsive-select-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-responsive-select-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-responsive-select-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-responsive-select-menu/reviews/)

## Tags

 * [img](https://wordpress.org/support/topic-tag/img/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mickey Kay](https://wordpress.org/support/users/mcguive7/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/img-menu-item/#post-5001860)
 * Status: resolved