Amin Area Background Color

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
12/9/2011 12:28:18 PM
Gravatar
Total Posts 37

Amin Area Background Color

When I click on the settings for any page  my font and background colors are almost the same color makeing it difficult to read, where can I find the styles to change. I look through the forum but could not find an answer.

Thx in Advance

Ed

 

12/9/2011 2:08:51 PM
Gravatar
Total Posts 2239

Re: Amin Area Background Color

Hi Ed,

Are you talking about editing content in the WYSIWYG editor? If so, add this to one of your CSS files (style-artisteer-overrides.css if you're using Artisteer).

body.wysiwygeditor { 
  background-color: #fff;
  color: #000;
 }

HTH,
Joe D.

12/9/2011 6:03:43 PM
Gravatar
Total Posts 37

Re: Amin Area Background Color

Hey Joe,

 

Nope when you click on settings not edit and the page comes up with all the check boxes

Click Here For Screenshot

12/9/2011 7:43:01 PM
Gravatar
Total Posts 2239

Re: Amin Area Background Color

Oh, okay, got ya.

Add this:

.settinglabel { color: #000; }

HTH,
Joe D.

12/12/2011 9:16:30 AM
Gravatar
Total Posts 37

Re: Admin Area Background Color

Thx Joe that worked like a charm :)

 

You must sign in to post in the forums. This thread is closed to new posts.