A
Asked
Need to change the default color from blue to orange . Please explain how to do it ?
There are 10-11 colors available in the footer of the shop main page. I need to change the color to orange whenever any user access the webpage
There are 10-11 colors available in the footer of the shop main page. I need to change the color to orange whenever any user access the webpage
- MSAnsweredHello,
You can edit `themes/default/shop/views/header.php` and change the clase on `<section id="wrapper" class="blue">` from blue to `orange`
Thank you - AAnsweredthank you
- Login to Reply