View Single Post
  #1  
Old 09-25-2009, 04:37 PM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default changing prnotice link color

I need to change the link color in my PR notice and copyright.

I found this thread: http://forum.x-cart.com/showthread.php?t=21529

and found this bit of information: bottom.tpl - this is the 'footer' of the site. It contains the Powered by (poweredby.tpl) and 'copyright' text (copyright.tpl). The style of this row is controlled by the .bottom class in skin1.css

unfortunately I dont have '.bottom class' in my skin1.css

the closest I have is:

A.Bottom:link {
BACKGROUND-COLOR: #FFD44C;
COLOR: #000000;
TEXT-DECORATION: underline;
}
A.Bottom:visited {
BACKGROUND-COLOR: #FFD44C;
COLOR: #000000;
TEXT-DECORATION: underline;


I want the PR link and the copyright link to be black and a font size larger. Where do I change this information?
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote