-
AuthorPosts
-
March 17, 2012 at 3:39 pm #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 17, 2012 at 6:10 pm #444160You 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;
}1 user says Thank You to khoand for this useful post
March 18, 2012 at 9:29 am #444290Hi 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 18, 2012 at 10:11 am #444295Could you give me a link to your page has issue? I will check it.
March 18, 2012 at 10:46 am #444301Unfortunately the website it isn’t online, and I must change the host file on my pc for watching and working in it :-[
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 18, 2012 at 3:20 pm #444335I 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
March 18, 2012 at 4:31 pm #444346Hi 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 19, 2012 at 4:03 pm #444558You 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>1 user says Thank You to khoand for this useful post
March 27, 2012 at 5:35 pm #445959Dear khoand,
thanks a lot for your help, that’s a great solution!
-
AuthorPosts
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