-
AuthorPosts
-
compcard Friend
compcard
- Join date:
- November 2010
- Posts:
- 97
- Downloads:
- 99
- Uploads:
- 12
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
May 11, 2016 at 8:46 pm #929573I 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: dcd4bfThanks
Jimmy
Jimmy@compcard.com
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 11, 2016 at 9:06 pm #929580Hi 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 Friendcompcard
- Join date:
- November 2010
- Posts:
- 97
- Downloads:
- 99
- Uploads:
- 12
- Thanks:
- 19
- Thanked:
- 1 times in 1 posts
May 12, 2016 at 5:07 pm #929985Your 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
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by pavit 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
color customization
Viewing 4 posts - 1 through 4 (of 4 total)