How can I use a background image on another widget besides the header?
Example: A Bottom I Widget, I want a background image using the Text widget.
How can I do that?
Thanks
#gk-bottom1 {
background: #000 url('../images/header.jpg') no-repeat center 0;
background-attachment: fixed;
}
Cyberek wrote:For example to add background to bottom1, add this code to override.css:
- Code: Select all
#gk-bottom1 {
background: #000 url('../images/header.jpg') no-repeat center 0;
background-attachment: fixed;
}