AM
Asked
Can I manage theme color from admin interface and make it hidden in the fron end ui ?
- MSAnsweredYou will need to modify the `themes/default/shop/views/footer.php` to remove the color buttons and you can set the class on wrapper element as you need in `themes/default/shop/views/header.php`
- AMAnsweredthanks a lot, that works just fine
- Login to Reply