Change created by artisteer footer hyperlink color


Author Message
dsamorano

Posted: 4/26/2009
Quote message 

I cannot find where to change the hyperlink color for the artisteer link at the bottom of the page.
 
Maddy

Posted: 4/27/2009
Quote message 

I'm interested in this, too. I had this one layout that was absolutely perfect, except for the color of the text at the bottom of the page. I didn't know how to change it, so the template's become a sort of lost cause for me. Any help would be great.
 
dsamorano

Posted: 4/27/2009
Quote message 

I know it has to be some where in the program because when I use suggestions it changes the color.

I spent hours looking thru all the hyperlink edit options.
 
Jean

Posted: 4/28/2009
Quote message 

The footer text has the attribut class="page-footer". So I think it must be in the style.css file where you can change the link and text colors:
/* begin PageFooter */

.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
font-family:Arial;
font-size:10px;
letter-spacing:normal;
word-spacing:normal;
font-style:normal;
font-weight:normal;
text-decoration:underline;
color:#C8D9DF;
}

.page-footer
{
margin:1em;
text-align:center;
text-decoration:none;
color:#C8D9DF;
}
/* end PageFooter */

 
Garry

Posted: 4/28/2009
Quote message 

Find out the styling rule associated with footer text and change the color property.
It may be like following in your style.css

.Footer .Footer-text a:hover {
style.css
color:#665F2E;
font-family:Tahoma,Arial,Helvetica,Sans-Serif;
text-decoration:none;
}
 
dsamorano

Posted: 4/28/2009
Quote message 

I Know I can edit the css sheet thanks for the input. I was looking to edit it in with the interface.. I seem to have found where. I went into the theme colors and changed it the the colors I use on my custom theme and saved it ....

fixed the issue.. thanks every one......