Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • mindnature Friend
    #166814

    how to change font colour, frame colour and background colour of news front page module? please check the picture attached for clear illustration?
    1. news front page module frame. need to remove gray pattern to gold or lime pattern.

    2. change background gray colour to white colour.

    3. change black front to blue font .

    Thanks a lot


    1. Capture-change
    khoand Friend
    #403470

    <em>@mindnature 256182 wrote:</em><blockquote>how to change font colour, frame colour and background colour of news front page module? please check the picture attached for clear illustration?
    1. news front page module frame. need to remove gray pattern to gold or lime pattern.

    2. change background gray colour to white colour.

    </blockquote>

    Hi,
    You change this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css

    .ja-zinfp {
    background: url(../../../images/dot5px.gif) repeat-x top #F0F0F0; < change this line
    border: 1px solid #CCC;
    border-left: 0;
    border-top: 0;
    margin-right: 4px;
    padding: 4px 0 0 0;
    }

    khoand Friend
    #403472

    <em>@mindnature 256182 wrote:</em><blockquote>
    3. change black front to blue font .

    </blockquote>

    You find this code from /templates/ja_teline_iv/html/mod_janews_featured/default/style.css in the line #77, #114

    .ja-zinfp-featured .ja-zincontent p {
    line-height: 1.5;
    margin: 0 0 8px;
    padding: 2px 12px;
    color: blue; < add this line
    }

    .ja-zinfp-normal .ja-zinintro p {
    color: blue; < add this line
    }

    TomC Moderator
    #403484

    @mindnature . . . .

    Just out of curiosity . . . which web browser do you primarily use?

    I only ask because, if you use FireFox, you really should use the FIREBUG add-on tool –> http://getfirebug.com/

    It is an invaluable tool in helping to finding which (and where) CSS rules/classes control various elements in any given website/template. You can even perform WYSIWTG modifications though the tool and see what it will look like before you commit the changes to your actual css files and server.

    If you use another browser, I am quite sure there are similar tools available for the particular browser.

    Just a suggestion for a tool that can seriously assist you as you continue to customize your site. 😎

    mindnature Friend
    #403491

    Dear khoand:
    Thanks a lot for quick and right guide. Following your guides, I did it.
    Best regards

    Mindnature

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  mindnature 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum