Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • arckoo Friend
    #185678

    Hello,

    The template of Ja OnePage is divided in first the header and then – when scrolling down the page – the background colors change (from white to black to white to grey), depending on which menu item you click. Where do you change these background colors?

    The reason I ask is that I use a custom form (instead of the original one) and I want to change the background from white to black. I can change the background of the custom form, but then it still leaves a lot of the background of the template the wrong color.

    Thank you.
    Arckoo.

    Ninja Lead Moderator
    #486029

    All parameters are defined in JA Onepage Template you can see it on this file

    <blockquote>templates/ja_onepage/less/variables.less</blockquote>


    //Unit2 variable
    //---------------
    @ section2BackgroundColor: @white;
    @ section2SectionTitleColor: @Black;
    @ section2SubDescriptionColor: @grayLight;
    @ section2TextColor: @textColor;
    @ section2LinkColor: @linkColor;
    @ section2LinkColorHover: @linkColorHover;

    + Change background color each block(or section)

    Open templates/ja_onepage/less/style.less file

    find section 1 to section 6 and change background

    After change you need to click Compile LESS to CSS file.

    Remember to backup old file before doing.

    shankha Friend
    #487271

    When I try to compile the less to css – I get an error (unexpected error occured)
    I also tried using theme magic — nothing — the updates are not translating to the site.

    http://www.bayfashionmag.com/clhs2013

    Ninja Lead Moderator
    #487426

    Please follow with my suggestion below

    Open templates/ja_onepage/css/custom.css file

    Add new script


    .section2 {
    background: #000;
    }

    .section4 {
    background: #000;
    }

    .section5 {
    background: #000 !important;
    }

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

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 8 months ago.

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