-
AuthorPosts
-
July 12, 2011 at 9:24 am #166199
I am using Ja_topaz and I would like to change the font SIZE for the articles to slightly BIGGER and the font colour to BLACK. Am not so sure which CSS file to change.
Your help is much appreciated.
Thanks.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 12, 2011 at 12:36 pm #400749Hi,
Could you give me a link to your article you want to change? Because live demo uses font color is blackchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 12, 2011 at 12:40 pm #400752Add the Following code to this template.css file in this path /templates/ja_topaz/css/template.css
.article-content p {
color: #000000;
font-size: 14px;
}
Note: If you Find my Post useful please click on the Thanks IconJuly 12, 2011 at 3:00 pm #400786Sorry, am new to programming …. is there a specific place in the the code where I should add these lines or anywhere in the code?
Here is the link:-
http://www.comesabusinessforum.org/index.php?option=com_content&view=frontpage&Itemid=2
If you open the page, you will notice that the font is greyish-black and very small. (this is what i need to change)
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 12, 2011 at 3:27 pm #400795Hi,
You replace this code from /templates/ja_topaz/css/template.css
#ja-contentheading p {
margin: 5px 0;
}
with
#ja-contentheading p {
margin: 5px 0;
font-size: 15px;
color: black;
}July 13, 2011 at 7:56 am #400915Hi Khoand,
Thanks for your response. After trying out your solution, I realised that the font size changes only for the front page bit not the other inner pages of the site. The inner pages still retain the original small font size which is not user-friendly.
Is there away the font-size can be applied to ALL the pages?
And I have also noted that if I select an article and choose it to appear on FRONTPAGE, the article does not fill up the entire column but just part of it. See graphic. Where can I change to ensure that the frontpage article occupies the entire column?
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 13, 2011 at 5:08 pm #400993Do you solve it? Your website is normal
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by khoand 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Font size and colour change
Viewing 7 posts - 1 through 7 (of 7 total)