Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Daniel Löf Friend
    #139926

    How can I edit the module class suffix (i.e. _hilite)?

    I would like to publish say three modules in the right column but apply different background colors to each of them.. one green, one blue and one gray. So I suppose the best way to do this is to apply different module class suffix, but how do I edit the different ones / make new ones?

    Cheers!

    nguyenhuu quang Friend
    #300054

    at bottom of your template.css
    add:

    [PHP]ja-col2 div.moduletable_highlight1{
    background:#F6F6F6 none repeat scroll 0 0;
    border:1px solid #DDDDDD;
    margin:0 0 15px;
    }[/PHP]
    edite: #F6F6F6 to your color

    add:

    [PHP]#ja-col2 div.moduletable_highlight1 h3 {
    background:#D33615 none repeat scroll 0 0;
    color:#FFFFFF;
    margin:0 -1px;
    padding:10px;
    }[/PHP]

    edite #D33615 to your color

    add:
    [PHP]#ja-col2 .moduletable_highlight1{
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    }[/PHP]

    nguyenhuu quang Friend
    #300055

    if you need more pls copy and change
    moduletable_highlight1 to moduletable_highlight2 or moduletable_highlight3
    and edite your backgroundcolor

    and then with your module pls put serfix _highlight1 _ highlight2 _highlight3 ….

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

This topic contains 3 replies, has 2 voices, and was last updated by  nguyenhuu quang 15 years, 5 months ago.

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