Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Changing text color
Topic Started: Nov 5 2009, 08:48 AM (82 Views)
pikaby
Member
 *  
I have a problem changing the text color. My board uses a dark colored background but a light colored table, so the text, if black in color, looks like this.

Posted Image

The text in the forum can be seen, but the text right above it is barely visible. Is there a way to lighten the outer text without changing the text inside the forum? Thanks.

My board is Removed. (Link was not to an InvisionFree board).
Edited by Tony, Nov 7 2009, 05:30 PM.
Offline Profile Quote Post Goto Top
 
Tony
Katorga-12

The navigation links can be changed with:
Code:
 
#navstrip a { color: #xxx; }
The rest, however, will need to be changed via the following line within your style sheet:
Code:
 
a:link, a:visited, a:active { text-decoration: underline; color: #000 }
Online Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - IF · Next Topic »
Add Reply