Hello,
1. You can use Brands widget of Woocommerce http://docs.woothemes.com/document/wc-brands/ or you may create all the brand names as product attributes. Then use woocommerce layered nav widgets for filtering.
2. I’ve modified custom.css, please check the header now.
3. To change price color add this code into custom.css:
.amount { color: #41186C; }
and change the color value to yours.
4. Here is the code you need to change the button color:
.button { background-color: #DFDFDF; } and again change the color value to yours.
Regards,
Eva Kemp.
