-
AuthorPosts
-
June 20, 2013 at 1:38 pm #188372
Hello,
Im trying to change the background color …
where can i find the code in tempate.css??
I want to change the background color of all the pageskind Regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 20, 2013 at 8:15 pm #496426Thank you very much !
it workt!!
could also please tell me what the codes are to change the font color of the menu and also of the headers ??
kind regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 21, 2013 at 10:05 am #496484<em>@crystalprint 377485 wrote:</em><blockquote>Thank you very much !
it workt!!
could also please tell me what the codes are to change the font color of the menu and also of the headers ??
kind regards</blockquote>
Hi
Could you please post a screen shot of your desired changes ? headers
June 21, 2013 at 10:16 am #496487<em>@pavit 377559 wrote:</em><blockquote>Hi
Could you please post a screen shot of your desired changes ? headers</blockquote>
See attachments.
i need to change the font color of Menu and of the articles..thnx in advance
kind regards
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 21, 2013 at 10:53 am #496494To change menu color go to this file /templates/ja_zite/css/menu/mega.css
.ja-megamenu ul.level0 li.active a.mega {
color: #DDFFFE <-------Active menu
}.ja-megamenu ul.level0 li.mega a.mega {
color: #333333 <-------change also this for other items
font-weight: normal;
overflow: auto;
padding: 0 1em 15px;
}to change color of your default font go to this file /templates/ja_zite/css/template.css around line 23
body#bd {
background: none repeat scroll 0 0 #F9F6F7
color: #000000 <-------change this value
}1 user says Thank You to pavit for this useful post
June 21, 2013 at 10:54 am #496495Thank you very much!!
June 21, 2013 at 2:55 pm #496513Sorry to bother again but what are the codes for the Header colors ?? Example ” our services’ and header of the articles???
kind regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 21, 2013 at 3:14 pm #496517<em>@crystalprint 377599 wrote:</em><blockquote>Sorry to bother again but what are the codes for the Header colors ?? Example ” our services’ and header of the articles???
kind regards</blockquote>
Try here /templates/ja_zite/css/template.css around line 900
#ja-topsl div.ja-moduletable h3, #ja-topsl1 div.ja-moduletable h3, #ja-botsl div.ja-moduletable h3, #ja-botsl2 div.ja-moduletable h3, #ja-botsl3 div.ja-moduletable h3, #ja-botsl4 div.ja-moduletable h3 {
background: url("../images/title-bg.png") no-repeat scroll center bottom transparent;
border-bottom: 0 none;
color: #000000 <---------------change it here
font-family: 'NovecentowideUltraLightBold';
font-size: 225%;
margin-bottom: 0;
padding-bottom: 20px;
padding-top: 0;
text-align: center;
text-transform: uppercase;
}1 user says Thank You to pavit for this useful post
June 21, 2013 at 8:34 pm #496529Thank you very much is that also for the Articles ???
kind regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 22, 2013 at 5:40 am #496549<em>@crystalprint 377626 wrote:</em><blockquote>Thank you very much is that also for the Articles ???
kind regards</blockquote>
Hi
Ja_Zite is also using K2 component and it takes this from theme css configuration –
So you need to be more detailed about Articles
June 22, 2013 at 7:43 pm #496584<em>@pavit 377650 wrote:</em><blockquote>Hi
Ja_Zite is also using K2 component and it takes this from theme css configuration –
So you need to be more detailed about Articles</blockquote>
Hi ,
Im sorry im gonna try to be more specific.
I made a article in joomla admin panel not in K2 and i want to change to color of the header text of the article(see attachment)I hope this is detailed enough.
kind regards
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 22, 2013 at 9:16 pm #496586Hi
In this file /templates/ja_zite/css/template.css around line 70
h2.contentheading, .contentheading {
color: #333333
font-family: 'NovecentowideUltraLightBold';
font-size: 300%;
font-weight: normal;
line-height: 1.1;
}
h2.contentheading a {
color: #333333
}
h2.contentheading a:hover, h2.contentheading a:focus, h2.contentheading a:active {
color: #EF2A33
text-decoration: none;
}1 user says Thank You to pavit for this useful post
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 2 voices, and was last updated by pavit 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum