JA Topaz Background

Hi guys, this is my first post!
Hope this is the right place to post

Does anyone can help me to change ja topaz backgroud with a pictures?
…I dont know how to do it
And I dont know what css I gotta modify?

Or can you advice me a post with this topic?

thanx a lot in advanceDD

3 answers

Profile photo of JA Developer 0.00 $tone September 30, 2009
Public

Hi uriel70

Open templates/ja_topaz/css/template.css file, at about line 24, find following code section:

Code:

body#bd {
	background: #A5A5A5;
	color: #555555;
	margin: 0;
	padding: 0;
}

and change to:

Code:

body#bd {
	background-image:url(your image);
	background-attachment:fixed;
	background-position:center top;
	background-color: #A5A5A5;
	color: #555555;
	margin: 0;
	padding: 0;
}
#1
uriel70 0.00 $tone October 1, 2009
Public

Hi, I dont know how to thank you!
Thank you for your time and kindnessDDD

very usefull

Take care

byeeeeeeeeeeee

#2
Tirrawarra 0.00 $tone November 25, 2011
Public

that makes great sense -- thanks

but could you give me an example if I wanted to tile an image across the screen -- at under the main site so in effect only a little would show at the top either side of the main area? (please!)

#3

This question is now closed

Written By

Comments