Loading...
 
Skip to main content

Bundled and Legacy Themes


Re: How do I change the background color of site header & logo part in LiteJazz theme?

posts: 254 Japan

This is specified in LiteJazz's stylesheet, styles/litejazz.css (line 171), like:

td#header {
background:#170808 url(litejazz/header.jpg) no-repeat 100% 0;
vertical-align:bottom;
}


That header.jpg is the 15px-high image at the top of the header area, and the color is currently #170808.

-- Gary

There are no comments at this time.