Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gdaloiso Friend
    #158954

    hi all
    how to change the background color in ja news frontpage for Teline IV. The theme selected is: default.

    thank for attention

    bye

    Phill Moderator
    #372522

    Can you post a screenshot detailing exactly which part of the background. you wish to change?

    Or you could use Firebug – http://getfirebug.com/

    If you use that switch off css compression first.

    gdaloiso Friend
    #372691

    color background of main notice in the module.

    thanks for your interesting

    bye


    1. example
    Phill Moderator
    #372710

    The background colour is made up of a number of elements bus all are in templates>ja_teline_IV>html>mod_janews_fp>default>style.css
    from line 54 to line 90ish. There are border colours, background colours
    and a different blue colour of the on-mouseover effect. Should be simple to style


    .ja-zinfp-featured h2.ja-zintitle a {
    background: none repeat scroll 0 0 #00000;
    border-bottom: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: block;
    padding: 8px 12px;
    text-decoration: none;

    }

    .ja-zinfp-featured-border:hover h2.ja-zintitle a, .ja-zinfp-featured h2.ja-zintitle a:hover, .ja-zinfp-featured h2.ja-zintitle a:active, .ja-zinfp-featured h2.ja-zintitle a:focus {
    background: none repeat scroll 0 0 #006699;
    color: #FFFFFF;

    }

    .ja-zinfp-featured .ja-zincontent-wrap {

    }

    .ja-zinfp-featured .ja-zincontent {
    margin: 0;
    padding: 0 0 8px;

    }

    .ja-zinfp-featured .ja-zincontent-img {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    margin: 0;
    overflow: hidden;

    }

    .ja-zinfp-featured-border:hover .ja-zincontent-img {
    background: none repeat scroll 0 0 #006699;
    border-color: #006699;

    }

    gdaloiso Friend
    #372763

    thank you very much

    it works fine

    bye

    brutus315 Friend
    #376445

    <em>@phill luckhurst 216136 wrote:</em><blockquote>The background colour is made up of a number of elements bus all are in templates>ja_teline_IV>html>mod_janews_fp>default>style.css
    from line 54 to line 90ish. There are border colours, background colours
    and a different blue colour of the on-mouseover effect. Should be simple to style


    .ja-zinfp-featured h2.ja-zintitle a {
    background: none repeat scroll 0 0 #00000;
    border-bottom: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: block;
    padding: 8px 12px;
    text-decoration: none;

    }

    .ja-zinfp-featured-border:hover h2.ja-zintitle a, .ja-zinfp-featured h2.ja-zintitle a:hover, .ja-zinfp-featured h2.ja-zintitle a:active, .ja-zinfp-featured h2.ja-zintitle a:focus {
    background: none repeat scroll 0 0 #006699;
    color: #FFFFFF;

    }

    .ja-zinfp-featured .ja-zincontent-wrap {

    }

    .ja-zinfp-featured .ja-zincontent {
    margin: 0;
    padding: 0 0 8px;

    }

    .ja-zinfp-featured .ja-zincontent-img {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    margin: 0;
    overflow: hidden;

    }

    .ja-zinfp-featured-border:hover .ja-zincontent-img {
    background: none repeat scroll 0 0 #006699;
    border-color: #006699;

    }


    </blockquote>

    is it possible to point out exactly which line and numbers need to be changed ?

    Phill Moderator
    #376457

    You will need to work that out for yourself depending on what you want changing. There are only a few lines there with all the edits to the colours wherever you see a #xxxxxx you replace it with the colour code of your choice. Some may choose to use background images instead to the code would be different again. Use the Firebug extension for Firefox to experiment.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Phill 13 years, 9 months ago.

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