the background for the Shop & Buy template

Fashion and clothing responsive Joomla ecommerce template with full VirtueMart support and advanced store features.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 30, 2014 6:25 am
Reply with quote
Report this post
Hi. I'm looking for some help with changing the background for the Shop & Buy template. I would like to change the background with an image for the middle section of the homepage, which I believe is around the top1 module position. The site is http://www.hoopshop.com.au. Any help would be greatly appreciated. Thanks.
User avatar
Senior Boarder

GK User
Fri May 30, 2014 6:36 am
Reply with quote
Report this post
Hi,
are you talking about this
Code: Select all
#gkPageContent { background: blue; }
User avatar
Platinum Boarder

GK User
Fri May 30, 2014 6:37 am
Reply with quote
Report this post
If yes, just use your CSS skills to change my code into yours idea.
User avatar
Platinum Boarder

GK User
Fri May 30, 2014 6:44 am
Reply with quote
Report this post
Pawel F wrote:If yes, just use your CSS skills to change my code into yours idea.


Thanks for the reply. I'm talking about the middle section of the homepage. I'd like to add an image for the background.
User avatar
Senior Boarder

GK User
Fri May 30, 2014 7:44 am
Reply with quote
Report this post
So I guess that we talk about this gray and in my example blue field?
If yes, all you have to do is customize my example

Code: Select all
#gkPageContent {
background-image: url("http://youwebsite.com/images/mybackground.png");
    background-repeat: repeat-x;
}


Those are basic of CSS for you, I hope.
...and use tip(s) from my footer.


By the way, I used this template in my last year simple project: przepisyczytelnikow.pl

p.s.
If you more need customization help, not those from our "free" support please use PM.
User avatar
Platinum Boarder

GK User
Fri May 30, 2014 7:47 am
Reply with quote
Report this post
Thanks heaps. That's a huge help.
User avatar
Senior Boarder


cron