-
AuthorPosts
-
July 31, 2009 at 4:54 pm #143141
Hi, is it possible, to change the backgroundcoler auf Moduls?
For example, please see the attachment.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
August 3, 2009 at 10:47 am #312992Hi 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.
1 user says Thank You to JA Developer for this useful post
August 4, 2009 at 3:20 pm #313140Thank you very much!!!
AuthorPostsViewing 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
Is it possibly to change the backgroundcolor of Moduls
Viewing 3 posts - 1 through 3 (of 3 total)