Other background for widgets?
Other background for widgets?
Hey.
Is it possible to create widgets with an other background than the index page? If so, does anyone have a code for this?
Is it possible to create widgets with an other background than the index page? If so, does anyone have a code for this?
Re: Other background for widgets?
this can be done using css
or if you want to use a image
but if wont change bkground to your... say for example your latest topic widget you would have to go into your template and add the div tag there
- Code:
.module .main-content {
background-color:#000;
}
or if you want to use a image
- Code:
.module .main-content {
background :#000url('image link here') no-repeat;
}

- Code:
<div id="your choose" >
widgets code goes here
</div>
- Code:
#your choose {
background :#000url('image link here') no-repeat;
}

but if wont change bkground to your... say for example your latest topic widget you would have to go into your template and add the div tag there

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum