How do I change the color of Wikidot top toolbar?

How do I change the color of Wikidot top toolbar?

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 "+"

rating: +3+x




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


Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License