test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • trutasgc Friend
    #134515

    Greetings,
    I would like to know how to change the color of the hilite module to red, but keeping the default color on the site (black). I am sorry if this question was already answered, ´cause I have been searching with no success. Thanks.

    Sherlock Friend
    #276154

    Hi !
    you can do it following way below :
    Open template.css file in templates/ja_pyrite/css folder find following code section at about line 730 :


    div.moduletable_hilite h3 {
    border-bottom:1px dotted #FFFFFF;
    border-top-color:#333333;
    color:#FFFFFF;
    font-size:135%;
    }

    change to :


    div.moduletable_hilite h3 {
    border-bottom:1px dotted #FFFFFF;
    border-top-color:#333333;
    color:red;
    font-size:135%;
    }

    trutasgc Friend
    #276199

    Hello,
    Thanks for your reply,
    But it only changed the title font color, not the background.
    Regards,

    Sherlock Friend
    #276375

    Hi trutasgc !
    to change background color of “_hilite” module , you do it following some steps below :
    1. Open template.css file in templates/ja_pyrite/css folder find following code section at about line 737 :


    div.moduletable_hilite {
    background:#333333 url(../images/hilite-corner.gif) no-repeat scroll right bottom;
    color:#FFFFFF;
    margin:0 0 20px;
    padding:0 20px 30px;
    }

    change to :


    div.moduletable_hilite {
    background:red url(../images/hilite-corner.gif) no-repeat scroll right bottom;
    color:#FFFFFF;
    margin:0 0 20px;
    padding:0 20px 30px;
    }

    2. continue ,Open typo.css file in templates/ja_pyrite/css folder , find following code section at about line 49 :


    div.quote-hilite {
    background:#333333 none repeat scroll 0 0;
    color:#FFFFFF;
    }

    change to :


    div.quote-hilite {
    background:red none repeat scroll 0 0;
    color:#FFFFFF;
    }

    3. edit hilite-corner.gif image in templates/ja_pyrite/images folder to change background of it from black to red .

    trutasgc Friend
    #277041

    Thanks a lot for your help.

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

This topic contains 5 replies, has 2 voices, and was last updated by  trutasgc 16 years, 1 month ago.

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