This topic is locked

How do I change the color of hyperlinks on a list page?

7/24/2008 5:11:04 AM
PHPRunner General questions
D
dankel8 author

Can anyone help me out? The color of the hyperlinks on my list page is an insipid grey. I would like it to be bold and in a vibrant color, but I have no experience of php, html etc. I would be grateful for any advice. Thank you in advance. You can contact me at [email=dankel8@aol.com]dankel8@aol.com[/email]
Regards

dankel8

J
Jane 7/24/2008

Hi,
what style and layout do you use?

D
dankel8 author 7/24/2008

Layout = London
Color schema = London

J
Jane 7/24/2008

To change link style open generated include/style.css file, find and edit following code:

a

{

text-decoration: underline;

color: #747474;

FONT-SIZE: 8pt;

FONT-FAMILY: Arial, Helvetica, sans serif;

}
a:hover

{

text-decoration: underline;

color: #747474;

}

D
dankel8 author 7/25/2008

To change link style open generated include/style.css file, find and edit following code:


D
dankel8 author 7/25/2008

To change link style open generated include/style.css file, find and edit following code:



Thank you for your good advice. I tried to reply on the reply section but I kept getting this edit page.
best regards

danny kelly