I bought a custom template from my webhost, and now I'm wanting to change the colors of it, from green to blue, and can anyone help me with this, i dont know nothing about css, my template coding is http://tinypaste.com/188c1040 my host is wanting me to pay the 300 dollars to change the colors of it.
is it I wanted to change the navagtion bar color would I have to change the url pic color?, how am I suppose to bring the image up this is what my code is how am I suppose to bring the image up background: url(../images/template/top_nav_bg.gif) top left no-repeat;} #top_nav { margin:0 auto; padding:0; width:990px; height:36px; text-align:center; background: url(../images/template/top_nav_bg.gif) top left no-repeat;}
Firstly, decide if ../images/template/top_nav_bg.gif is the background you want to change. If it is, then you will need a graphic editor to change the hue of the image. If your background is specify in css such as background-color: #eee; Then, changing the hex code for it will change your background. Let me know if you are still stuck
To change the nav bar color, you want to remove the background picture and add a background color attribute: background-color:#ff0000; Or you can change the picture, find where the current picture is(where all the files are that make up your website, like index.html) and either replace the new picture with the same name, or add in a picture and change the name in the code(/images/template/newpicturename.gif)
Do you have photoshop? That image is definitely not worth $300. Pay someone on DP $5 and they will do it for you.