Shape 5

Joomla Templates => CommPortal - July 08 - Club => : marketing October 03, 2008, 11:25:04 AM



: Article List Header wrong font color
: marketing October 03, 2008, 11:25:04 AM
***SEE MY POST BELOW ***
I found error #1
The template_css.css file had an error in it. Sectiontableheader background color was set to 2f2f2f. this is almost black. the font is black. so i couldn't the the column headers. I changed the color to a light grey.

Error #2 is in the html for that page. it appears the # sign in column one is not picking up the css color and is staying white. i have not found the right page to edit yet.

**********************

http://community.eventpictures.com/index.php?option=com_content&view=category&id=9&Itemid=22

here is a link to an article listing on my commportal based site. the heading for the article list is using a black font instead of white. this is from the install...i.e. i have not made changes.

how do i change this font to be white? it's probably a css? but which one and which line.

thanks,

wayne


: Re: Article List Header wrong font color
: jonahh October 06, 2008, 10:26:50 AM
Hello Wayne,

The "Guides" css is located in your template_css.css at line 223:

:
.componentheading {
font-size:1.3em;
font-weight:bold;
line-height:normal;
margin-bottom:10px;
padding-bottom:5px;
}

You'll have to add in a color definition as its just picking up the black on the overall template coloring.

Regards,


: Re: Article List Header wrong font color
: marketing October 14, 2008, 09:24:02 AM
thanks, that fixed the basic color issue. however, the # sign in the first column is not picking up the color. i think it's an error in the html file. but i don't know which file to edit.

wayne


: Re: Article List Header wrong font color
: jonahh October 15, 2008, 02:04:00 PM
Hello,

This can be found here template_css.css at line 316:

:
.sectiontableheader {
background:#F0F0F0 none repeat scroll 0 0;
border:1px solid #222222;
color:#FFFFFF;
font-weight:bold;
padding:3px 5px;
}

Regards,