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

the headings in module, text
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

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'