Is there anyway to replace the buttons in the menu with images? Or should I just create a complete handcoded menu?
ThemeShaper Forums » Thematic
[closed]
WP 3.0 menu - image buttons?
(2 posts)-
Posted 2 years ago #
-
here's how to hardcode it:
http://themeshaper.com/forums/topic/thematic-menus-demystified-1#post-15291but you can also add classes to each 3.0 item. on the menus page in the top right click on Screen Options. then make sure to check "CSS Classes"
then on your 3.0 menu you will see a field for "CSS Classes (optional)" which will put a class on the li element.
and your menu will look something like this:
<li class="special"><a href="#">Special</a></li> <li class="bacon"><a href="#">Bacon</a></li>in this way you can target your images to the unique li classes
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.