Shape 5

Joomla Templates => Touch of Soul - Club => : stick February 12, 2010, 11:09:30 AM



: Trying to change <a> Link Color #DE4409
: stick February 12, 2010, 11:09:30 AM
This template brings in some styles (in-lines) directly into the body of the HTML and not from the css sheets. For instance...

a, .contentheading, .componentheading, #cboxLoadedContent div.module h3, #s5_left div.module_round_box-light ul.menu a, #s5_right div.module_round_box-light ul.menu a {
color:#DE4409;{

Where or how can I edit this?? This is not in template_CSS, or within any PHP files...at least not directly.

Any help would be appreciated,

Thanks.


: Re: Trying to change <a> Link Color #DE4409
: mikek February 12, 2010, 01:32:56 PM
Hello, it's passed through a php variable directly on the template's index.php file.


: Re: Trying to change <a> Link Color #DE4409
: stick February 12, 2010, 03:02:34 PM
So how do I change the style? It looks like the php references a s5_highlight_1 but where is the CSS for that?


: Re: Trying to change <a> Link Color #DE4409
: stick February 12, 2010, 03:04:24 PM
SORRY....
I see it's in the Template Parameters. Got It.