Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • compcard Friend
    #929573

    I need to modify the color scheme for http://coralgablesgatedcommunities.com/2016/ but cannot find the file needed to update. Can some one please help provide the exact location and file name and line number within the file.
    Header color: 096d87
    Body background: dcd4bf

    Thanks
    Jimmy
    Jimmy@compcard.com


    1. color-schemes1
    pavit Moderator
    #929580

    Hi there

    You can change colors editing less files

    in this folder /templates/ja_directory/less/ you have

    variables.less and style.less

    edit variables.less and find

    // Scaffolding
    // ————————-

    @body-bg:               @white;

    You can assign to the variable @white your color #dcd4bf

    Then open style.less and find

    .t3-header {
      padding-top: @t3-global-padding;
      padding-bottom: @t3-global-padding;
      background: @gray-darker;
      position: relative;
      z-index: 3;
    }

    To the t3-header background is assigned the @gray-darker variable , so open the variables.less file and change value assigned to the @gray-darker with your color #096d87

    @gray-darker:            #096d87;

    after saved 2 files go to template manager and click on compile less to css button

    Best regards

    compcard Friend
    #929985

    Your instructions are amazingly simple and very accurate. Thanks very much.
    I’m using Adobe Dreamweaver for the update but noticed you refer to the "template manager".
    Which editor should I use to conduct these updates?

    Thanks again for you down right simple guidance… It’s amazing

    jimmy@compcard.com

    pavit Moderator
    #929999

    Which editor should I use to conduct these updates?

    There are a lot of them around, but you can use Notepad++

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 7 years, 12 months ago.

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