Where can i change the blue footer area to white? I tried looking for it in the stylesheet.css and cant find it.
Site:
http://tuner-stop.com/catalog/
Where can i change the blue footer area to white? I tried looking for it in the stylesheet.css and cant find it.
Site:
http://tuner-stop.com/catalog/
Blue footer is colour #8CCCEF
shows in your style sheet at
change to #FFFFFF or which ever colour suitsCode:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #8CCCEF; background-image: url(../images/bg_repeat.gif); background-repeat: repeat-x; background-attachment: scroll; }
In your CSS - remove the background image and replace the background-color with #FCFEFE in the BODY section.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.