test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • miltonis Friend
    #895348

    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.

    Ninja Lead Moderator
    #895806

    Hi,

    Maybe you have got the problem when you change the LESS files on your site. You can rollback any change on your site by default and do this way

    Create templates/ja_nuevo/css/custom.css file and add the CSS style if you want to change

    For example

    .t3-header {
        position: relative;
        background: # CC3300;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum