X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   changing prnotice link color (https://forum.x-cart.com/showthread.php?t=49890)

jbvideo 09-25-2009 04:37 PM

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?

cflsystems 09-25-2009 06:31 PM

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

jbvideo 09-26-2009 04:25 AM

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?

cflsystems 09-26-2009 07:30 AM

Re: changing prnotice link color
 
The way you are showing it above do your links like this

<a class="bottom" href="">

jbvideo 09-26-2009 07:43 AM

Re: changing prnotice link color
 
yay I figured it out. user error. my original code was correct. thanks


All times are GMT -8. The time now is 10:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.