Hello,
I try to change the colors of the header, I understood that I must go through Templates> JA Nuevo> less> style.less in the templates Manager. When I make the change, then I ‘Save’ and ‘Compile LESS’.
I get an error: "expected color value: failed at background: darken(@tpl-mega-dropdown-menu-background,5%);
/home/page18in/public_html/xxxxxx/templates/ja_nuevo//less/style.less on line 130"
Then if I put in 130 comment that line, I get another error: "expected color value: failed at background: darken(@brand-primary-dark, 5%);
/home/page18in/public_html/xxxxxx/templates/ja_nuevo//less/style.less on line 814" etc.
I have nothing, only added "background: # CC3300;" on line 13 of style.less :
.t3-header {
position: relative;
background: # CC3300;
}
Am I wrong somewhere?
Thanks for your help.