Image(s) instead of text editor for modules - Joomla! Forum - community, help and support
is there way use images instead of text headers various modules have on site.
ideally easy fix - stylesheet or perhaps there mambot it?
thanks
rowby
ideally easy fix - stylesheet or perhaps there mambot it?
thanks
rowby
the headings in module, text
you can put background each module header...
in template_css.css file
you can put background each module header...
in template_css.css file
code: select all
table.moduletable th {
background-image: url(../images/your_image.jpg);
font-size: 12px;
color: black;
width: 100%;
height:21px;
line-height: 21px;
text-align: left;
}
Comments
Post a Comment