Shape 5

Joomla Templates => Forever ACE - February 08 - Club => : DanFrmOhio April 26, 2010, 03:20:29 PM



: Link color before and after visiting
: DanFrmOhio April 26, 2010, 03:20:29 PM
Hi all,

I want to change the link color to something more attention-getting both before and after clicking. Specifically in the "Local Interest' module at bottom right on this page : {removed link for now it gave a forbidden error]

Which php files do I edit and what code do i need? Thanks in advance.

Dan


: Re: Link color before and after visiting
: mikek April 27, 2010, 07:14:39 AM
Hello, please post a url to your site and mention the exact text you would like to change. The links sometimes give forbidden errors but typing in the url usually loads the site.


: Re: Link color before and after visiting
: DanFrmOhio April 27, 2010, 07:24:04 AM


Local Interest module, bottom right, there's a link built within each of the bullet points of text.


: Re: Link color before and after visiting
: mikek April 27, 2010, 08:56:16 AM
Hello, that link color gets called from line 11 of template_css.css:

a {
color:#333333;
font-family:Arial;
text-decoration:none;
}


: Re: Link color before and after visiting
: DanFrmOhio April 27, 2010, 09:40:04 AM
Terrific Mike, thanks very much!
 ;D