Tabs link color
63,506pages on
this wiki
this wiki
Forum page
Forums: Index → Support Requests → Tabs link color
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 114 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Hello community central, I need help about this (click to see).
How can I make the text links on the blue tabs ("Trên Wiki này", "Chính sách", "Cộng đồng", "Diễn đàn") being white? Please tell me the way how to do that :)
•♪•♪•♪• Xiao Qiao (☎ leave a message ♪) 16:26, January 27, 2012 (UTC)
- Add the following:
.WikiHeader li a {
color: #FFF;
}
.WikiHeader .subnav li, .WikiHeader .subnav li a {
color: #000;
}

Added by Xiao QiaoHello community, I need your help with this, I would want to make all textlink in wiki tabs white colored (text: "Talk page", "Blog", "Contributions", "Following", "Log in", "Sign up", etc.)
I add this to my vi:MediaWiki:Wikia.css but it didn't work.
.tabs li a:link {
color: #FFFFFF !important;
}
I need your help,
•♪•♪•♪• Xiao Qiao (☎ leave a message ♪) 13:07, January 14, 2012 (UTC)
- Add the following instead:
.tabs li a {
background: none !important;
}
- Oops, I just mean I want to change the text color to white display (text in the tabs), I love the blue tab color I want to keep it. •♪•♪•♪• Xiao Qiao (☎ leave a message ♪) 13:38, January 14, 2012 (UTC)
- Ah. In that case, add in the following:
.tabs a {
color: #ffffff !important;
}
.tabs .selected a {
color:#000000 !important;
}
- Thank you so much, Subtank :) •♪•♪•♪• Xiao Qiao (☎ leave a message ♪) 14:17, January 14, 2012 (UTC)