Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • osemollie Friend
    #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 Friend
    #400749

    Hi,
    Could you give me a link to your article you want to change? Because live demo uses font color is black

    chavan Friend
    #400752

    Add 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 Icon

    osemollie Friend
    #400786

    Sorry, 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 Friend
    #400795

    Hi,
    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;

    }

    osemollie Friend
    #400915

    Hi 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


    1. frontpage
    khoand Friend
    #400993

    Do you solve it? Your website is normal

Viewing 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