MyFolio how to change the background?

GK User
Wed Jan 04, 2012 5:07 pm
Hello could you pls tell me how to change the default background for this template?
Thankyou in advance and happy new year.

Fabrizio
User avatar
Junior Boarder

teitbite
Wed Jan 04, 2012 5:21 pm
Hi

The easiest would be to use this code in css with !important rule to overwrite all other styles in this point:

Code: Select all
body {
    background: url("../images/patterns/bg2.jpg") no-repeat scroll center top #E5E5E5;
}
User avatar
Moderator

GK User
Fri Jan 13, 2012 11:00 am
Perfect! Thankyou very much teitbite
User avatar
Junior Boarder

teitbite
Fri Jan 13, 2012 6:42 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron