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:
Locked Topic
[Solved] How do I change the color of the .navstrip text?; Same goes for links at forum bottom
Topic Started: Oct 31 2009, 11:47 PM (99 Views)
Tera-Izen
Member
 *  
I added what is in red to try and turn the Navstrip's text into white so it is readable. Instead, what happened was the arrows became white and readable but nothing else did.

#navstrip { font-weight:bold;padding:6px 0px 6px 0px; color:#FFFFFF; }

In addition, the links that state:

Quote:
 

The moderating team | Today's active topics | Overall top 10 posters

[...]

Delete cookies set by this board · Mark all posts as read


are all black and I have no way to change the text.

I have attempted this (added what is labeled in red):

.pagelinks { float:left;line-height:1.2em;width:35%; color:#FFFFFF;}

to no avail.

The forum link is: http://z13.invisionfree.com/Furland/index.php?

and the entire CSS wrapper is:

Spoiler: click to toggle

Edited by Tera-Izen, Oct 31 2009, 11:48 PM.
Offline Profile Goto Top
 
Tony
Katorga-12

To change the first, you need #navstrip a { color: #fff; }

Unfortunately, the second set of links have no class or id. You are required to use a { color: #fff; } .. this will likely affect other areas.
Offline Profile Goto Top
 
Tera-Izen
Member
 *  
Okay, I got the first issue out of the way but now other issues have cropped up:

This
Quote:
 

Furland Roleplaying latest news: Please Post In The Appropriate "worlds"
Welcome back; your last visit was on Nov 1 2009, 06:55 PM
,

this
Quote:
 
Delete cookies set by this board · Mark all posts as read


and this,
Quote:
 
Quick Log In


are all supposed be white. I have tried the a { color: #fff; } to no effect on any of them.

Same goes for the second instance you tried to help me with, I tried the a { color: #fff; } to no effect

In any case, thank you.
Offline Profile Goto Top
 
Tony
Katorga-12

Locate and change the following:
Quote:
 
a:link, a:visited, a:active { text-decoration: underline; color: #000000 }
a:hover { color: #000000; text-decoration:underline }
Offline Profile Goto Top
 
Tera-Izen
Member
 *  
Thanks for your attempts at helping me but I was forced to remove the newsfeed above the forums as all links changed.

However, I did find a workaround for the hidden links: linked buttons.

Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Skin & CSS Support · Next Topic »
Locked Topic