Hello from snowy London. I have template that i want to customise by inserting my website name on it. My site is www.labaymarket.com All i need to know is how can i achieve this? Because i've started this recently i dont yet understand the language. Can any1 help?
Do you want to change the text in that image that reads Company Name? If so, do you have a .PSD file when you downloaded that template. If so you will need a program capable of opening .psd files, photoshop is one however you have to pay for it. I would recommend a program called "the gimp". So open the file, and change the text to whatever you want, then save that new file over the existing one and upload. OT: What part of london is snowing?
#logo { background: transparent url(../images/bg.jpg) no-repeat top center; margin:0 auto; width: 100%; padding:0px; } This is where your company name comes. At the moment it is a picture. You can either make your own header pic or just use letters for the company name. Like this. <div id="logo"> <div class="pway"><span class="pathway">Home </span></div> YOURCOMPANY.COM <div class="div"> But i think you will have to put some css properties to the #logo div. For example the font you wanna use and the size of the font and color etc. etc.