Latest news mod - different bg alternately - Joomla! Forum - community, help and support
hi,
is possible make different bg colors behind topic of article in list of new articles in latestnews_mod? if so, me? , sorry english. hope understand me.
is possible make different bg colors behind topic of article in list of new articles in latestnews_mod? if so, me? , sorry english. hope understand me.
hi,
you can change background color of module in css file:
e.g. add module class suffix " latest" (without quotation marks, space).
and add following css:
olaf
you can change background color of module in css file:
e.g. add module class suffix " latest" (without quotation marks, space).
and add following css:
code: select all
.latest li {
background-color: #ff0000;
}
olaf
Comments
Post a Comment