Page 1 of 1

Simple List font color

Posted: Tue Jan 19, 2010 12:02 pm
by rayr
Norman,
I need to change the font color to white in the simple list.
I cannot find the appropriate place to insert the color in the style sheet - colapso-5-standard
You point me in the right direction.

Re: Simple List font color

Posted: Tue Jan 19, 2010 2:27 pm
by norman
Use:

Code: Select all

 .hsa   {color: white !important;}					/* A Has Sub Section - Anchor */
 .nsa	{color: white !important;}					/* A No Sub Section - Anchor */
The !important bit may be needed to stop these links taking on your usual style for an A tag.

The two lines below this:

Code: Select all

 .hsa_c	{color:darkgreen !important;}		/* A Has Sub Section - Current Page Anchor */
 .nsa_c	{color:darkgreen !important;}		/* A No Sub Section - Current Page Anchor */
Deal with the link for current page. Here I've set them to dark green.