Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Vertical tree menu alternative and or styling help WordPress

  • SOLVED

Using a plug-in called ‘Nice Navigation’ source: [[LINK href="http://wcdco.info/cE"]]http://wcdco.info/cE[[/LINK]] ...

Having some difficulty styling, would like to define a link color, mouse over and current page…

<strong>Dev site:</strong> [[LINK href="http://wcdco.info/cF"]]http://wcdco.info/cF[[/LINK]]

Believe it or not I’ve tried everything … when I do apply a current page color, it only displays on the ‘bullet’…

Also this plug-in does not work with the new 3.0 menu system, do you have any recommendations of one that dose with the exact same drop down function?

Thanks!




Answers (1)

2010-11-08

Andrzej answers:

<blockquote>would like to define a link color, mouse over and current page</blockquote>
/* link color */
.nice_navigation a { color: #fff; }

/* mouse over */
.nice_navigation a:hover { color: #ccc; }

/* current page */
.nice_navigation .current_page_item a { color: #0f0; }