Replies Back to Article
Fashion Store Template
How to change the pink colour into red
March 15, 2011 by Aidar Albekov
Dear Mr. Kuduschiev,
Could you please explain how to change the colour from pink to red? I tried to change it but could not manage it.
I have recently started using Dreamweaver software, never used before. I really liked your template and want to use it.
Thanks in advance.
Cheers,
Aidar Albekov

RE:How to change the pink colour into red
March 16, 2011 by Teodor Kuduschiev
Hello,
In order to change the top menu color you need to edit:
body {
background-image:url("images/fashion-bg.jpg");
in the main template file
and:
#navigation {
background-color:#FF3399;
}