Widget Rule -> Widget Style -> Background Image

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue May 21, 2013 12:00 am
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
User avatar
Junior Boarder

GK User
Tue May 21, 2013 12:04 am
You could address that widget in css by its ID and add background-image.
User avatar
Moderator

GK User
Tue May 21, 2013 12:07 am
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;
}
User avatar
Moderator

GK User
Tue May 21, 2013 12:09 am
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;
}



Thanks again ;)
User avatar
Junior Boarder


cron