http://174.120.137.66/~lisalynn/
How do I remove the graded band in the title bar and replace it with a color?
Thanks so much!
http://174.120.137.66/~lisalynn/
How do I remove the graded band in the title bar and replace it with a color?
Thanks so much!
Hej there!
This should help, follow the white rabbit:
* Appearence
* Editor
* on the topright, "select theme to edit" -> Freshy 2
* bottomright of the page, click on menu.css for the appropriate stylesheet
html>body #menu {
background-image:url(images/transparency/black-60.png);
}
This is the line that causes that band.
..For example to replace it with a color:
html>body #menu {
background: #F00;
}
Modify it, delete it or keep it.. up to you! :P
Thanks lucsali. Any way to move this band up or down?
This topic has been closed to new replies.