Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Tech-xml Friend
    #165919

    Create a custom CSS file template.css.

    CSS

    /* module style mstyle1 */

    .moduletablemstyle1 {
    }

    .mstyle1_hd, .mstyle1_bg {
    background-color: #ff8c00;
    }
    .mstyle1_hd h3 {
    margin: 0px 7px 0px 20px;
    color: #fff;
    line-height: 28px;
    }
    .mstyle1_middle {
    background-color: #fff;
    margin-right: 5px;
    }
    .mstyle1_bottom {
    background-color: #fff;
    height: 5px;
    overflow: hidden;
    width: 50%;
    }

    Use the module custom suffix: mstyle1
    However does not work.

    chavan Friend
    #399757

    Post your site url and let us know where the module suffix is done. May with a screenshot also.

    Sherlock Friend
    #399875

    Hi insofticursos,
    When you want to create new module class support you need add css for it following structure below :
    example you want to create css for “mstyle1” class suffix, you use below code :

    .moduletablemstyle1 {
    //add your css property for module wrapper here
    }

    .moduletablemstyle1 h3 {
    //add your css property for module title here
    }

    .moduletablemstyle1 .ja-box-ct {
    //add your css property for module content box here
    }

    Hope can help you.

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

This topic contains 3 replies, has 3 voices, and was last updated by  Sherlock 13 years, 4 months ago.

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