Simple List font color

Expanding / Collapsing, search engine friendly, Section menu.
Post Reply
rayr
Posts: 5
Joined: Tue Dec 22, 2009 2:29 pm

Simple List font color

Post 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.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Simple List font color

Post 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.
Norman
Post Reply