View Single Post
  #2 (permalink)  
Old 02-06-2008, 01:07 PM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 332
Default

This can any number of things

Easy way to do it is to make a CSS Class with a Module suffix

HTML Code:
table.moduletable-greefonts {
    font-size: 15px;
    color: Lime;
}
The suffix part is "-greefonts" which is assign via the back end of the Joomla Admin.
see http://www.m65.net/articles-joomla!-...b-menu-50.html

it's same type of thing just a override by adding a class suffix to your style sheet.


Cheers,
Brian