Shape 5

Joomla Templates => Sea of Glass - September - Club => : CoalitionGuy December 27, 2008, 11:11:22 AM



: NEED HELP ADJUSTING CATEGORY LISTS.
: CoalitionGuy December 27, 2008, 11:11:22 AM
Hi,

  In SeaofGlass, I would like to be able to:

1) Change the font size of the categories in a section list layout.

2) Change the color of the listing of categories in the section list layout.

3) Use the "star" bullet in the section list layout.

  Can anyone help me out here?

Walt.


: Re: NEED HELP ADJUSTING CATEGORY LISTS.
: jonahh December 30, 2008, 05:22:09 PM
Hello

Open up your template_css.css on about line 240 look for the below to change the headings

table.blog .contentheading {
color:#FFFFFF;
font-family:'Lucida Grande',helvetica,verdana,sans-serif,arial;
font-size:15px;
font-weight:bold;
line-height:normal;
padding-bottom:5px;
}

Everything else for the content output is around this area of the template_css.css file.  I suggest grabbing the firefox browser and the firebug plugin.  With this tool you can hover over your website text and see exactly where the style is coming from.

Regards,