-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 9:21 pm #194977Hi, Could need some help with changing some colors
I want a dark theme,
I can change the link and text color in magic theme.
Where can change the rest , like show in the screenshot?
Optimize CSS” to “No” within your Template Manager–General settings – DONE
I’M working on http://uoancorp.com
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 9:34 pm #523498To modify the background color of your main navigation bar . . .
Within file path –> /templates/ja_mitius/css/template.css
at line 1130, modify the background color code to whatever you want
.ja-mainnav .navbar {
background: none repeat scroll 0 0 #F5F5F5
color: #666666
margin-bottom: 0;
margin-top: 0;
overflow: visible;
z-index: 11;
}To modify the color of the “SHARD INFO” button (and similar buttons) . . . .
Within file path –> /templates/ja_mitius/css/template.css
at line 1506, modify the background color code to whatever you want
.t3-module.title-yellow .module-title span, .module.title-yellow .module-title span {
background: none repeat scroll 0 0 #F76000;
}To modify the background color of your main content container . . . .
Within file path –> /templates/ja_mitius/css/template.css
at line 3649, modify the background color code to whatever you want
.ja-mainbody .container {
background: none repeat scroll 0 0 #FFFFFF;
}Hope That Helps 🙂
1 user says Thank You to TomC for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 10:05 pm #523502cant get the :
.ja-mainnav .navbar {
background: none repeat scroll 0 0 #F5F5F5
color: #666666
margin-bottom: 0;
margin-top: 0;
overflow: visible;
z-index: 11;
}
to work.but the other works 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 10:30 pm #523505<em>@hjalte1983 412305 wrote:</em><blockquote>cant get the :
.ja-mainnav .navbar {
background: none repeat scroll 0 0 #F5F5F5
color: #666666
margin-bottom: 0;
margin-top: 0;
overflow: visible;
z-index: 11;
}
to work.</blockquote>
What is giving you difficulty? . . . . What are you trying that isn’t working?
1 user says Thank You to TomC for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 10:32 pm #523506as you can see in http://www.uoancorp.com/templates/ja_mitius/css/template.css
i changed it to #252525 , nothing happendTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 10:34 pm #523507I just tried it using [url=http://www.joomlart.com/forums/topic/using-firebug-to-customize-your-site/
1 user says Thank You to TomC for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 19, 2014 at 10:51 pm #523510okay thanks, gonna work on it tomorrow thanks so far TomC
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 11:00 pm #523512<em>@hjalte1983 412314 wrote:</em><blockquote>okay thanks, gonna work on it tomorrow thanks so far TomC</blockquote>
Glad to help . . . Let me know how things turn out. 🙂
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 20, 2014 at 8:12 pm #523644hey TomC, still having problems with .ja-mainnav .navbar
also realize there is alot of other colors need to be edited, the dark theme dont show on all pages,
i saved a theme in theme magic, changing some stuff. then it don’t generate the template.css from default ? have to add the colors again… ?Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 21, 2014 at 8:56 am #523746Every theme has its own style. When you use any theme, it will load that theme’s style. Thus, if you want to customise your site, you should add the custom code into the file /templates/a_mitius/css/custom.css (if the file does not exist, create a new one) as follows:
.ja-mainnav .navbar {
background-color: #0000FF;
}
.t3-module.title-yellow .module-title span {
background-color: #0000FF;
}
.nav-child.dropdown-menu.mega-dropdown-menu {
background-color: #0000FF;
}
.ja-mainbody .container {
background-color: #0000FF;
}You can change code color in red as you wish.
Also, you can refer to this tips to use the class suffix.
Let me know if this helps.
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
February 21, 2014 at 2:50 pm #523776ohh, so custom.css actually overwrites (chosen theme)/template.css, correct? seems like it.
What would be the code for edit the article background, i noticed the category blog is changed but not article background
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 24, 2014 at 2:58 am #523982<blockquote>ohh, so custom.css actually overwrites (chosen theme)/template.css, correct? seems like it.</blockquote>
Yes, that’s right.
<blockquote>What would be the code for edit the article background, i noticed the category blog is changed but not article background</blockquote>
Do you want to change the color as highlighted in this screenshot?
If so, add this rule into the file: /templates/ja_mitius/css/custom.css :
.module {
background: #FF0000;
}You can change the color in red
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
March 16, 2014 at 7:20 am #526848Hi, just came back from a vacation. And working on the site again.
No its not the module color.
If you see this image its the article color. also the text color in the article seems not to changing.
You can see what i mean on my testsite : http://rl-rfk.dk/index.php/play/an-corp/download-setupIf you press news, its shows fine, its a category blog, but when clicking an article it shows white background and black text.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
March 19, 2014 at 9:59 am #527317Thanks Nazario,
How can i remove the white frame on modules or change it to a darker color http://uoancorp.com/AuthorPostsThis topic contains 17 replies, has 3 voices, and was last updated by hjalte1983 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum