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
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
-
- 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:
for white bg color, or:
for background image (image file is placed relative to override.css file)
Remember to enable "CSS override" in template settings - advanced section.
- 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.
-
- 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?
-
- 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
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
-
- Fresh Boarder
- GK User
- Sun Oct 20, 2013 10:07 am
Could You post exact link to this kind of post on your site?
-
- 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.
-
- Moderator
- GK User
- Sat Nov 30, 2013 10:37 am
Have you been able to solve the problem?
-
- Moderator
7 posts
• Page 1 of 1