Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lucija Friend
    #142181

    How to make a module to look like Highlight Module in the template JaZinc, grass colour? I like the green background of the module, how can I obtain that?

    Thank you

    Željka

    scotty Friend
    #308858

    Add the following to the end of your template.css file for the style you are using…

    /* Green module */
    #ja-col2 div.moduletable_green h3 {
    color: #AEC29A;
    border-bottom: 1px solid #405F10;
    margin: 0 0 10px;
    padding:5px 0;
    }

    #ja-col2 div.moduletable_green {
    background: #324D08;
    border: 1px solid #324D08;
    padding: 5px 10px;
    color: #FFFFFF;
    }

    #ja-col2 div.moduletable_green .img-border {
    background: #324D08;
    border: 1px solid #405F10;
    }

    then use the module suffix _green to achieve the effect.

    lucija Friend
    #309190

    Thanks,
    I did it and it works!
    I added a suffix _green to the Module Class Suffix and it became green.

    Thank you very much!

    Željka

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

This topic contains 3 replies, has 2 voices, and was last updated by  lucija 15 years, 4 months ago.

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