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
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; }
Hi, I dont know how to thank you!
Thank you for your time and kindnessDDD
very usefull
Take care
byeeeeeeeeeeee
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!)
This question is now closed