Snade Posted March 28, 2013 Share Posted March 28, 2013 (edited) Hi All, before posting it as a free theme, I would like to show it first to the dev part of the prestashop forum users, and hopefully get some opinions and suggestions. So, this is css override theme, that consist of a single less file, which is compiled into css, to override the default prestashop theme. Here is the list of the improvements and features: - Color scheme changing - Easy font changing - Added Hovers, shadows transitions and other effects - Css3 buttons - again very easily customized (you put one color and it recalculates the gradient, border, and hover gradient for you) - Everything is restyled (header, menu, sidebar, content, product page, footer etc) -Very easy installation -Super lightweight - 20kb compiled CSS Live preview here This is just something like an experiment with less and prestashop that I though may be neat to try making. That's not a complete theme , its just a single file for prettifying the default theme and making it easily customiseable. The main feature of this theme is the possibility to quickly change the color scheme using the less variables. You can make it from orange/grey, to blue/grey, or red/black in seconds Also the user can quickly change the font of the whole site. To do this, the user have to simply edit the color variables in the beggining of the less file: (notice the description of each variable) //font @import "https://fonts.googleapis.com/css?family=PT+Sans:400,700"; //Base variables @color1: #444; //menu, some tables headers, and where dark color is needed @color2: #F15A23; // The main color of the theme @color3: #EEEEEE; // light color used mainly for some borders @colorbtn: #F15A23; // the color of the buttons, button gradient, borders and hover state are automatically generated out of it @bgcolor: #F8F8FA; // the body background color @textcolor: #555555; // main text color @textcolor2: #666; // lighter color for few texts @fontfamily: "PT Sans",Helvetica,Arial,sans-serif; // the main font family Thank you for your comments Edited March 28, 2013 by Snade (see edit history) 2 Link to comment Share on other sites More sharing options...
Snade Posted March 30, 2013 Author Share Posted March 30, 2013 Just fixed few bugs, also made one more less variable for more customization. Does anyone have some design suggestions, since there I feel I need to improve it more Link to comment Share on other sites More sharing options...
vekia Posted March 30, 2013 Share Posted March 30, 2013 in my opinion looks great, i like colors like this one :-) Link to comment Share on other sites More sharing options...
yaniv14 Posted March 30, 2013 Share Posted March 30, 2013 Looks good, like you said nice & clean. Link to comment Share on other sites More sharing options...
ajensen27 Posted April 10, 2013 Share Posted April 10, 2013 Looks great! Wish this was available before I started all my customization of the default 1.5 theme Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now