[solved] HELP: GrassStains:grass stains template - change title background image

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Ykit

[solved] HELP: GrassStains:grass stains template - change title background image

Post by Ykit »

Hi,

I am trying to customise the template for my office use.
But, I have diificulties changing the title bar image of the grass to another image.
Can expert shed some hints to this?
Thanks alot!

Ykit
Attachments
grass stains template pic.jpg
Last edited by Ykit on Tue Oct 09, 2007 3:51 am, edited 1 time in total.
truslack

Re: HELP: GrassStains : grass stains template - change title background image

Post by truslack »

What is the URL of your website?

It should just be a case of replace the image file on the server, with your desired image
Ykit

Re: HELP: GrassStains : grass stains template - change title background image

Post by Ykit »

Hi truslack,

Sorry, my webpage is in ithe ntranet, so it is not accessible to the public.
I tried to hunt for the image in the image folder and file folder but there is no such image file.

Ykit
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: HELP: GrassStains : grass stains template - change title background image

Post by Dr.CSS »

The image is accessible thru file manager as it is in uploads/grassstains or some such folder, in the CSS it is called in here...

.wrap {
width:780px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background: #ffffff url(/uploads/images/header.jpg) no-repeat;  this will be changed to a new path but you can point it to yours
border:1px solid #9EB874;
}
Ykit

Re: HELP: GrassStains : grass stains template - change title background image

Post by Ykit »

Hi Mark,

Thanks for the advise, I have managed to retreive and edit the pic.
Ykit
Locked

Return to “Layout and Design (CSS & HTML)”