Change the background in the mainbody widget

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Mon Feb 23, 2015 7:03 pm
Hello,

Is there a possibility to change the white background in the "Mainbody Widget" with a nice photo?

Thanks...
User avatar
Fresh Boarder

GK User
Mon Feb 23, 2015 9:42 pm
Hi,

It will be difficult because of other areas margin/padding, but try to add the following code into css/override.css file (first enable override.css option from Template OPtions -> Advanced tab):

Code: Select all
.frontpage .gk-page-wrap {
   background: url(your_image_path.jpg) no-repeat;
}
User avatar
Moderator


cron