Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

changing prnotice link color

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #2  
Old 09-25-2009, 06:31 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: changing prnotice link color

You need to know which class applies to copyright and PR links

COLOR: #000000; is black. to make font bigger use

font-size: 00px; replace 00 with the size you want, example 12
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #3  
Old 09-26-2009, 04:25 AM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default Re: changing prnotice link color

Yes, I do know that #000000 is black, which is why I changed the code to

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


however there is no .bottom class in my css file and changing the color to #000000 of bottom:link and bottom:visited had no effect on the link font color.

Any other ideas where it could be?
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote
  #4  
Old 09-26-2009, 07:30 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: changing prnotice link color

The way you are showing it above do your links like this

<a class="bottom" href="">
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote
  #5  
Old 09-26-2009, 07:43 AM
 
jbvideo jbvideo is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 73
 

Default Re: changing prnotice link color

yay I figured it out. user error. my original code was correct. thanks
__________________
Sharon
vers. gold 4.0.17 to 4.1.10 (july 2008 )
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 01:42 PM.

   

 
X-Cart forums © 2001-2020