Q: How do I change the color of Wikidot top toolbar?
A: If you are thinking of making changes to the Wikidot top toolbar, Note that the TOS forbids hiding it.
The use of custom CSS that hides, moves, covers, or otherwise interferes with the visibility, positioning and functionality of the top or bottom Toolbar elements will be considered as prohibited usage.
So I wouldn't mess with too much other than making the colors look nice for your site's theme.
Here is how you do this:
Add in your custom theme the following:
/* Navi bar background settings*/ #navi-bar { background-color: #CCC; background-image: url(../../../common--theme/base/images/shade2_n.png);} /* Navi bar text settings*/ #navi-bar a, #navi-bar a:hover, #navi-bar .new-site, #navi-bar .share, #navi-bar .action-buttons, #navi-bar .action-buttons a { color: #119;} #navi-bar .join { color: #119; font-weight: bold;}
If you found this info useful rate it up and hit "+"
This is not a <HTML>-CSS reference base. For that we direct you to other excellent places on the web: CSS-tutorials via Google
Thanks for the input to
- Asked by Timothy Foster
- Lasted Edited by Steven Heynderickx
- Steven Heynderickx
- Timothy Foster
The %d syntax renders the fullname of the pageā¦
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
#top-bar{
background-color: #hex-val;
}
will change the top bar
EDIT: wait is this just a test?
Yes, and probably a common question.
I was referring to the toolbar. Sorry about that
Timothy Foster - @tfAuroratide
Auroratide.com - Go here if you're nerdy like me
Do you mean the #navi-bar? Here's all of the CSS related to it. Note that the TOS1 forbids hiding it. I wouldn't mess with too much other than making the colors look nice your site's theme.
-Ed
Community Admin
Is there a table or some other reference showing what the color codes correspond to?
Many thanks.