AbanteCart Community

eCommerce construction => General Discussion => Topic started by: Jrald12 on March 23, 2015, 07:35:00 AM

Title: Changing theme color
Post by: Jrald12 on March 23, 2015, 07:35:00 AM
Can i change theme color ? i would like to change the aqua color in default theme
Title: Re: Changing theme color
Post by: Basara on March 23, 2015, 08:39:04 AM
Hello.

Inspect colors with Firebug addon to find what css file your need to change

for example header color in the
Code: [Select]
..headerstrip {
    background-color: red;
    height: 72px;
}
css rule
../storefront/view/default/stylesheet/style.css about line 258
Title: Re: Changing theme color
Post by: Jrald12 on March 23, 2015, 11:17:12 AM
how can i do it ? sorry its my first time in web :) where i can edit it ?
Title: Re: Changing theme color
Post by: Basara on March 24, 2015, 01:21:57 AM
how can i do it ? sorry its my first time in web :) where i can edit it ?

Open this file ../storefront/view/default/stylesheet/style.css via Cpanel filemanager