-
AuthorPosts
-
vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 17, 2015 at 5:47 pm #726197Hi, Where do i change these colors? Which CSS files and which line?
1)
2)
3)
4)
5)
6)TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:01 pm #754734So that we can try to best assist you, please provide the url of the site you’re working on.
as well as temporarily set “Optimize CSS” to “Off” within your Template Manager–General settingsvernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 17, 2015 at 6:15 pm #754737Hi ive sent you a PM
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:28 pm #754742FIRST . . .
If you haven’t already done so, create a new file called “custom.css” within file path —> /templates/ja_directory/css/
(1) HEADER COLOR:
Copy/Paste the following into your custom.css file:
.t3-header {
background: #26292d none repeat scroll 0 0;
}Modify the color code within the “background” property to whatever color you wish.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:30 pm #754743(2) MENU ITEM COLOR:
Copy/Paste the following into your custom.css file:
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #fff
}
Modify the color code within the “color” property to whatever color you wish.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:31 pm #754744(3) BUTTON BACKGROUND COLOR:
Copy/Paste the following into your custom.css file:
.navbar-default .navbar-nav > li > a.btn-primary {
background-color: #1d9bdc;
border-color: #1d9bdc;
color: #ffffff;
}
Modify the color code within the “background-color” property to whatever color you wish.
If you want to modify the text color, you can modify the “color” property as well.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:33 pm #754745(4) BUTTON BACKGROUND COLOR:
Copy/Paste the following into your custom.css file:
.navbar-default .navbar-nav > li > a.btn-success {
background-color: #4db18d
border-color: #4db18d
color: #ffffff
}
Modify the color code within the “background-color” property to whatever color you wish.
If you want to modify the icon color, you can modify the “color” property as well.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:35 pm #754746(5) MAIN NAV BACKGROUND COLOR:
Copy/Paste the following into your custom.css file:
.t3-subnav {
background: #fe6945 none repeat scroll 0 0;
}
Modify the color code within the “background” property to whatever color you wish.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 6:36 pm #754747(6) MAIN NAV ITEM COLOR:
Copy/Paste the following into your custom.css file:
.t3-subnav ul.menu > li > a, .t3-subnav #menu-carousel > li > a, .t3-subnav ul.menu .owl-item a, .t3-subnav #menu-carousel .owl-item a {
color: #ffffff;
}
Modify the color code within the “color” property to whatever color you wish.
If you need assistance in finding color codes, see the following resource . . . .
http://id.joomlart.com/forums/topic/web-color-hex-code-resources/1 user says Thank You to TomC for this useful post
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 17, 2015 at 6:50 pm #754749Thanks so much!!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 17, 2015 at 7:08 pm #754752Happy to be of assistance . . . All the best with your continuing site development. 🙂
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 18, 2015 at 8:03 am #754796Where do i change (7) …. turns out changing (2) does not change (7)
(7) –> http://screenpresso.com/=RXvKdAlso for color at (5) can i instead have the code to change that color globally as i noticed its a key template color and many other components depend on the same color for uniformity
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 18, 2015 at 5:06 pm #754835Add the following to your custom.css file:
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}Change the “color” property to whatever color code you wish.
For example, if you want the items to be black, then change the color code to “#000;”
Hope That Helps.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 18, 2015 at 5:07 pm #754836<em>@vernontee 502804 wrote:</em><blockquote>
Also for color at (5) can i instead have the code to change that color globally as i noticed its a key template color and many other components depend on the same color for uniformity</blockquote>
The style change should cascade throughout the site – hence the term “cascading style sheet” (css).
Now, if you assign a different color theme to different pages, then you will need to modify the relative CSS within that particular theme’s CSS files.
1 user says Thank You to TomC for this useful post
vernontee Friendvernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
November 18, 2015 at 5:52 pm #754846Gosh, then i would have to trouble you for the following too
http://screenpresso.com/=q0mSb
http://screenpresso.com/=6RCZb8)
9)
10)
11)
12)
13) -
AuthorPosts
This topic contains 28 replies, has 3 voices, and was last updated by Ninja Lead 8 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum