DaveG /
SkinOverrideStyling
Overriding or Adding Styling
You can change or over-ride any CSS styles by adding this to config.php, using whatever CSS selectors and attributes are appropriate:
$HTMLStylesFmt
['skinoverridestyling'] = '#top h1 a {width: 20px; height: 60px;}';