hi, is there a way i could change part of the CMSMS menu color?
it's blue by default but i want to just make one menu text to be another color say red to emphasis that link.
this is my site: www.justincanhelpyou.com, you'll understand what i mean by viewing it:-), thanks very much!!
how to change part of the menu text color??
Re: how to change part of the menu text color??
In your Menu Manager template you can tell that whenever the Menu is that special - make it e.g., red + bold.
something like this:
something like this:
Code: Select all
{if $node->alias=='services'}style="color:red; font-weight:bold;"{/if}
Re: how to change part of the menu text color??
You can do it with CSS
Just a reminder: this is a forum for Tips not Questions. As stated at the very top.
Just a reminder: this is a forum for Tips not Questions. As stated at the very top.