A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
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
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.
Hey Joe,
Nope when you click on settings not edit and the page comes up with all the check boxes
Click Here For Screenshot
Oh, okay, got ya.
Add this:
.settinglabel { color: #000; }
Thx Joe that worked like a charm :)