Themes such as Blue Curve, Garland, and Minnelli do their job by removing the text link for a menu when it is using an image. Themes like Blue Marine and more specifically Ad Redoable, have text links on top of the image. How can I get rid of the text link so all that is left is image link. Thanks.
Comments
Comment #1
quicksketchYou can use a standard text-replacement method with CSS, such as
text-indent: -9999pxto remove the text from the menu item.