Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kempis20 Friend
    #184402

    How can i change the white or black colour to a prefered colour of mine?

    swissa Friend
    #481227

    <em>@kempis20 357087 wrote:</em><blockquote>How can i change the white or black colour to a prefered colour of mine?</blockquote>

    Download Google Chrome and use the inbuilt developer tools to see the css – there are plenty of video guides online.

    Then you can see the css and where it is to change it. As a start for you, and just for the landing page (i.e. home), you will need to change the background or background-color on these elements…

    core.css
    .wrap {background: #1a1a1a;}

    template.css
    #toolbar {border-bottom: 10px solid #fff; padding: 50px 0 20px;background: #000;}

    #masonry-container {background: #1a1a1a;}

    .masonry .item-timeline {background-color: #1a1a1a; background-image: url(../images/readmore-pattern.png);}

    .masonry .item-more {bottom: 0;cursor: pointer;width: 100% !important;height: 60px !important;background: #000;}

    You’ll then need to restyle some of the backgrounds on text boxes and do the other pages. But this gives you a start. Don’t forget to save a copy of the original css files first.

    waldema Friend
    #485137

    There’s an easier way – white colour version is hardcoded into JA Lens.
    1. In administration go to Template Manager and click on JA Lens template.
    2. Now you have advanced options on your right hand side. Under template themes change from “dark” to “light”.
    3. Save and exit.
    4. Refresh your front-end site in web browser. Done!

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

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

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