test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • wm160 Friend
    #143141

    Hi, is it possible, to change the backgroundcoler auf Moduls?
    For example, please see the attachment.


    1. Unbenannt-1
    Anonymous Moderator
    #312992

    Hi wm160

    To change the background of module, you should define new style class in template_css.css file like following demo:

    div.module_hilite h3 {
    color: #FFFFFF;
    border-bottom: 1px solid #8DDDF0;
    }

    div.module_hilite {
    background: url(../images/box-hilite-br.gif) no-repeat bottom right #00B0DB;
    color: #FFFFFF;
    }

    div.module_hilite div {
    background: url(../images/box-hilite-bl.gif) no-repeat bottom left;
    }

    div.module_hilite div div {
    background: url(../images/box-hilite-tr.gif) no-repeat top right;
    }

    div.module_hilite div div div {
    background: url(../images/box-hilite-tl.gif) no-repeat top left;
    }

    and then edit your module, enter suffix class for this module.

    Hope it helps.

    wm160 Friend
    #313140

    Thank you very much!!!

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

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

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