Add repeat texture to background.

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Fri Jul 16, 2010 10:14 am
Hi GK support!

I like to add background texture to the template, I read a few post like manipulate background and change background logo to image. Still not really sure, please advice.

Q1) How to add background texture to template?


Sean, Thank you!
User avatar
Junior Boarder

GK User
Fri Jul 16, 2010 3:34 pm
simple edit the templates.css line

from

Code: Select all
body { line-height:1.7; background:#f4f2ef }


to

Code: Select all
body { line-height:1.7; background:url(../images/image.png) }


note that the image should be located in the templates/gk_corporate2/images and not the other image folder in the root folder :)
User avatar
Platinum Boarder

GK User
Wed Aug 04, 2010 3:19 pm
Hi Support!

What if I wanted to place a background image top center of the background,
how actually i do that?

Thank you!
User avatar
Junior Boarder

teitbite
Thu Aug 05, 2010 1:43 am
Hi

For example:

Code: Select all
background:url(../images/image.png) no-repeat top center;
User avatar
Moderator

GK User
Thu Aug 05, 2010 3:04 am
Thanks for the tips again, but nothing happen when i add the css code in template.css, i even tried on style1.css. Nothing happen after refresh.
Sir, can you specific where the css code should be place?

Thanks for your time!
User avatar
Junior Boarder

teitbite
Thu Aug 05, 2010 3:42 pm
Hi

Please add this like that at the end of template.css file:

Code: Select all
body#bd {
background:url(../images/image.png) no-repeat top center !important;
}
User avatar
Moderator

GK User
Fri Aug 06, 2010 6:11 pm
The backdrop workout fine! but the backdrop color become white.
I try to remove the !important that don't work well either.

our sites: www.scitydev.com

You can check out our sites for the result.
Hope that you can come out with a solution soon.
Thanks!
User avatar
Junior Boarder

teitbite
Sun Aug 08, 2010 3:39 pm
Hi

Please add background color value:

Code: Select all
body#bd {
background:#eeeeee url(../images/image.png) no-repeat top center !important;
}
User avatar
Moderator

GK User
Mon Aug 09, 2010 10:14 am
Thank you, problem fix.
User avatar
Junior Boarder


cron