Default Text Colour

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
michaelwalker
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 02, 2009 3:51 pm

Default Text Colour

Post by michaelwalker »

Hi.  I'm using 1.7 - clean install - and have ShadowMenu left + 1 column set as my default template for all pages, using stylesheet Layout: Left sidebar + 1 column for the CSS.  I want to set a default colour for all text on the site and have tried to do this in the stylesheet at the point where this piece of code appears:

Code: Select all

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #000099;

However, this is having no effect.  Can anyone tell me why not, please, and where I need to make changes if not here?
TIA
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Default Text Colour

Post by Nullig »

Beneath that entry, within the pagewrapper div, change the:

  color: black;

to whatever you want.

You might also look for other "color" tags that may be affecting the color of the text you're trying to change.


Nullig
michaelwalker
Forum Members
Forum Members
Posts: 41
Joined: Thu Jul 02, 2009 3:51 pm

Re: Default Text Colour

Post by michaelwalker »

That worked fine - many thanks.  The instructions aren't terribly clear, are they?  In fact, changing the 'default text color for entire site' doesn't seem to have any effect on anything at all...
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Default Text Colour

Post by Nullig »

I believe it's there mostly as as "catch-all".

Nullig
Post Reply

Return to “CMSMS Core”