View Full Version : Changing Styles On Other Pages
Jakub03
09-07-2012, 05:12 PM
Ok so I have been editing the styles of my website, www.mypokerhub.com. I seem to be able to change the background/borders ect of only the forum page. If you look at homepage or blogs or any other page, the backgrounds stay white.
How do I change the backgrounds/borders and stuff on these other pages? Thank you
peugeot405
09-07-2012, 05:59 PM
you should add those changes in additional css, then it will change for the whole site not only for the forum page.
In additional css add:
.body_wrapper {
background: url("http://i47.tinypic.com/34z0gef.png") no-repeat scroll right bottom #000000;
border-radius: 20px 20px 20px 20px;
padding: 10px 20px;
}
Jakub03
09-07-2012, 06:23 PM
Hey appreciate the reply, but I'm gonna ask if you can take me step by step on this one, thank you for you time!
peugeot405
09-07-2012, 06:29 PM
in style manager you select edit templates in the right menu
then scroll down until you see css templates
double click on it to expand
then you'll see additional css on the second line.
double click to open
then add the following code:
.body_wrapper {
background: url("http://i47.tinypic.com/34z0gef.png") no-repeat scroll right bottom #000000;
border-radius: 20px 20px 20px 20px;
padding: 10px 20px;
}
Jakub03
09-07-2012, 06:37 PM
Thank you very much again!
peugeot405
09-07-2012, 06:39 PM
no problem, glad to help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.