Hi aurumholdings
We take for example the custom html module “Author of the month” published in the col-mass-bot it has as Module Class Suffix _hilite1
the Div class is defined in /templates/ja_teline_iv/css/typo.css around line 715
div.ja-typo-hilite .inner {
border: 1px dashed #D2C17C;
padding: 10px;
}
____________________________________________________________________
div.ja-typo-hilite a.badge {
background: url(“../images/badge-2.png”) no-repeat scroll 0 0 transparent;
bottom: 0;
height: 78px;
position: absolute;
right: 0;
text-indent: -999em;
top: auto;
width: 78px;
}
______________________________this is for the badge styling for example________