How can I add an image to the background of the top section of this template.
See attachment
#gkPageTop { background-color: #000; }
#gkPageTop { background: url('link to your image full url or relative') no-repeat; background-size: 100%; }
#gkPageTop { background-image: url('link to your image full url or relative') repeat-x; }
#gkPageTop { background-image: url('link to your image full url or relative') repeat-y; }
#gkPageTop { background-image: url('/templates/gk_finance_business/images/top_background.jpg') no-repeat; background-size: 100%; }
#gkPageTop { background-image: url('../images/top_background.jpg') no-repeat; background-size: 100%; }
#gkPageTop { background-image: url('/images/top_background.jpg') no-repeat; background-size: 100%; }
http://www.motorfusionlimited.com/images/top_background.jpg
http://www.motorfusionlimited.com/templates/gk_finance_business/images/top_background.jpg
http://www.motorfusionlimited.com/templates/gk_finance_business/images/style1/top_background.jpg
normanUK wrote:I have tried to see your image in browser but i couldn't see it at all in following urls.
- Code: Select all
http://www.motorfusionlimited.com/images/top_background.jpg
http://www.motorfusionlimited.com/templates/gk_finance_business/images/top_background.jpg
http://www.motorfusionlimited.com/templates/gk_finance_business/images/style1/top_background.jpg
Where exactly did you upload your image into ?
#gkPageTop { background: url('/templates/gk_finance_business/images/top_background.jpg') no-repeat; background-size: 100%; }