Menu Buttons


Author Message
Mbay

Posted: 8/11/2009
Quote message 

Hello everyone,

is there any way to choose a unique color for one button that is separated from the rest of the menu buttons, e.g. FAQ section that would be in red instead of color already attributed to the menu buttons.
 
Garry

Posted: 8/12/2009
Quote message 

In Wordpress wp_list_pages() template tag picks up pages from database on the fly and generally a single class is associated with all the pages(<li> tags) which controls the color and other styling things. You should learn some HTML, PHP and CSS, try associating different classes with every <li> tag and assigning unique color to every class