Hi,
I removed/hid your website url. you can use http://www.goo.gl to hide it in future posts.
Try adding this to your htaccess file as your host has pagespeed module available which should do a lot regarding speed. If you run into some problem, be prepared to use ftp to access the htaccess file.
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters rewrite_css,sprite_images
ModPagespeedEnableFilters combine_css
ModPagespeedEnableFilters fallback_rewrite_css_urls
ModPagespeedEnableFilters move_css_above_scripts
ModPagespeedEnableFilters recompress_images
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters rewrite_javascript
ModPagespeedEnableFilters combine_javascript
ModPagespeedEnableFilters extend_cache
</IfModule>
---
Here is the code to change the red color
#top .main_color div {
border-color: rgb(207, 0, 0); /*this is the red*/
}
--
Your pagination on main page is not working. have you changed Settings > Writing to not define any specific pages as home/blog?
--
I see category shop page and brand shop page in the top menu under Shop. The links take me to pages without content. Have you looked at the dozens of WooCommerce add-ons? To see if one of them provides a shortcode to do that? Otherwise if you don't plan on changing the brands or categories often, you can just write them out and link them to the specific pages and style them however you want.
Thanks
Nick














