-
AuthorPosts
-
March 12, 2010 at 10:13 am #149447
Hi. Im not sure if this has been answered already, I searched but could not find. If it has, maybe someone can point me in the right direction.
So my question:
I want to change the default font type, colour and size for all articles. Currently I am changing these as I add the article but then I have to go through and change the already existing articles. Is there a setting where I can do this from. The other problem with manually setting these is that most of the time when I go back into an article to edit something, it returns to the default settings.Any help will be appreciated
:confused:
histeriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 12, 2010 at 10:22 am #335941vrahimis;169076Hi. Im not sure if this has been answered already, I searched but could not find. If it has, maybe someone can point me in the right direction.
So my question:
I want to change the default font type, colour and size for all articles. Currently I am changing these as I add the article but then I have to go through and change the already existing article. Is there a setting where I can do this from. The other problem with manually setting these is that most of the time when I go back into an article to edit something, it returns to the default settings.Any help will be appreciated
:confused:
Hi vrahimis,
open file template.css, located in the css directory of your template, and look for this:
body {
background: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
}
change this values according to your needs.Good luck 🙂
1 user says Thank You to histeriks for this useful post
March 12, 2010 at 10:31 am #335943thanks but one quick question… where do I change the font size?
can i just add a line (for example)
font-size: 15px;
Underneath – line-height: 1.5;
histeriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 12, 2010 at 10:34 am #335944vrahimis;169079thanks but one quick question… where do I change the font size?
can i just add a line (for example)
font-size: 15px;
Underneath – line-height: 1.5;
Yes you could, you can use any styling you wish 🙂
March 12, 2010 at 10:51 am #335945thanks for your help but it never worked. this is how I have it now but nothing changes:
body {
background: #FFFFFF;
color: #000000;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
}And whatever I change under body#bd changes everything on the site. I only want to change article text.
Anyway, I’ll keep trying. Thanks
histeriks Friendhisteriks
- Join date:
- December 2009
- Posts:
- 285
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 114 times in 87 posts
March 12, 2010 at 11:11 am #335948vrahimis;169081thanks for your help but it never worked. this is how I have it now but nothing changes:
body {
background: #FFFFFF;
color: #000000;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
}And whatever I change under body#bd changes everything on the site. I only want to change article text.
Anyway, I’ll keep trying. Thanks
Put it like this:
body {
background: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
font-size: 15px;
}
also, if you don’t want to affect anything other than text in articles, you can add this to your template.css.article-content {
font-size: 15px;
}Cheers 🙂
March 12, 2010 at 11:18 am #335951<em>@histeriks 169084 wrote:</em><blockquote>Put it like this:
body {
background: #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
}body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
font-size: 15px;
}
also, if you don’t want to affect anything other than text in articles, you can add this to your template.css.article-content {
font-size: 15px;
}Cheers :)</blockquote>
Thank you. .article-content worked perfectly.
😀 -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by histeriks 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum