Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • coriandolorosso Friend
    #175108

    Hi,

    I would like to customize the background color of the modules in col-mass-top/col-mass-bottom. I tried bgcolor in the html code but the background color is still white.

    Can you help me please?

    khoand Friend
    #444160

    You add the code into /templates/ja_teline_iv/css/template.css

    .ja-mass-top .ja-moduletable {
    background: red;
    }
    .ja-mass-bottom .ja-moduletable {
    background: blue;
    }

    coriandolorosso Friend
    #444290

    Hi khoand,

    thanks for your answer but your solution cannot works for me because i need to publish some tables with different colors each row like this:
    <table width=”100%” border=”0″>
    <tr bgcolor=”#C5D4E9″>
    <td><img src=”url image” alt=”” width=”60″ hspace=”6″ border=”0″ title=”” /></td>
    <td><a href=”url page”>TITLE PAGE</a> </td>
    <td><img src=”url image” alt=”” width=”60″ hspace=”6″ border=”0″ title=”” /></td>
    </tr>
    <tr bgcolor=”#E6EDF6″>
    <td><img src=”url image” … /></td>
    <td><a href=”url page”>TITLE PAGE</a> </td>
    <td><img src=”url image” … /></td>
    </tr>


    </table>

    Any suggest?

    khoand Friend
    #444295

    Could you give me a link to your page has issue? I will check it.

    coriandolorosso Friend
    #444301

    Unfortunately the website it isn’t online, and I must change the host file on my pc for watching and working in it :-[

    khoand Friend
    #444335

    I can’t help you when your website is offline. When you publish it and my solution doesn’t work, you inform me. I will help you

    coriandolorosso Friend
    #444346

    Hi khoand,

    your solution is good for to set the color of all modules on some positions, but if I need to have different colors for each row of a table published in a module (custom html) your suggest don’t works…

    khoand Friend
    #444558

    You try change your code like that


    <table width="100%" border="0">
    <tr style="background:#C5D4E9">
    <td><img src="url image" alt="" width="60" hspace="6" border="0" title="" /></td>
    <td><a href="url page">TITLE PAGE</a> </td>
    <td><img src="url image" alt="" width="60" hspace="6" border="0" title="" /></td>
    </tr>
    <tr style="background:#E6EDF6">
    <td><img src="url image" ... /></td>
    <td><a href="url page">TITLE PAGE</a> </td>
    <td><img src="url image" ... /></td>
    </tr>
    ...
    ...
    </table>

    coriandolorosso Friend
    #445959

    Dear khoand,

    thanks a lot for your help, that’s a great solution!

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

This topic contains 9 replies, has 2 voices, and was last updated by  coriandolorosso 12 years, 8 months ago.

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