background image / color

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Wed Oct 16, 2013 1:23 am
Hi..

I did a preliminary search before posting, but wasn't able to find an answer. I have also messed with all the css files and spent several hours messing with everything else before coming to the forum...

I have the default black & white theme going on with that faint but apparent background image (assumming repeating) throughout the borders of the content. How do i change this image/replace with a solid color? Preferably i would like to replace with a high res image of just a color blend..

Please help.

Thanks.

L
User avatar
Fresh Boarder

GK User
Wed Oct 16, 2013 9:33 am
Please edit: /templates/gk_black_and_white/css/override.css and add at its end:
Code: Select all
div.bg {background: #fff;}

for white bg color, or:
Code: Select all
div.bg {background: transparent url('../images/stripes.png') repeat-x 0 0;}

for background image (image file is placed relative to override.css file)
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun Oct 20, 2013 12:43 am
Thank you, that is great. I was able to get the background to work on the 'main' portion;however, it seems that the bottom/footer area retained the old background and was not changed? Is there a way to have the background cover the entire page?
User avatar
Fresh Boarder

GK User
Sun Oct 20, 2013 1:53 am
Also,

I noticed that when i migrate to a new page..for instance, a k2 item page, the default background reappears. Do i need to make another css change for the k2 to look for the new background instead of the default one?

thanks again
User avatar
Fresh Boarder

GK User
Sun Oct 20, 2013 10:07 am
Could You post exact link to this kind of post on your site?
User avatar
Moderator

GK User
Mon Nov 11, 2013 5:14 pm
To do that you would need to remove background from div.background and move it to body element.
User avatar
Moderator

GK User
Sat Nov 30, 2013 10:37 am
Have you been able to solve the problem?
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.