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)
-   -   Speed Bar and Text Color Change (https://forum.x-cart.com/showthread.php?t=36476)

buddy 01-02-2008 09:52 AM

Speed Bar and Text Color Change
 
Hi,
anyone can help me to change the text color of the speed bar?

Thank you for your help

:D/

photo 01-02-2008 10:03 AM

Re: Speed Bar and Text Color Change
 
Quote:

Originally Posted by buddy
Hi,
anyone can help me to change the text color of the speed bar?

Thank you for your help

:D/


The stylesheet for that is located in
skin1/modules/Fast_Lane_Checkout/skin1.css

balinor 01-02-2008 10:48 AM

Re: Speed Bar and Text Color Change
 
Welcome to the X-Cart forums! Please start by reading the following thread, which will help you get started and hopefully make your experience here a positive one:

http://forum.x-cart.com/showthread.php?t=23970

Please note that this link is not an answer to your question, but we need you to update your signature with your X-Cart version so that we can answer your question correctly. Thanks! :)

buddy 01-03-2008 07:14 AM

Re: Speed Bar and Text Color Change
 
Thank you for the link you posted.

Can you help me to find the right class into css? I can't find them! :-(

Thanks for your help

balinor 01-03-2008 07:50 AM

Re: Speed Bar and Text Color Change
 
Can you please update your signature as requested? The link was to instruct you on how to do that :)

buddy 01-03-2008 09:21 AM

Re: Speed Bar and Text Color Change
 
Done!

Thank you again

balinor 01-03-2008 09:37 AM

Re: Speed Bar and Text Color Change
 
Ok, now I'm going to introduce you to Webmaster Mode. That will tell you exactly which template is which, and then you can look at the template to see what styles are called for each section. Have a look at the manual, which explains how Webmaster Mode works.

The speed bar is customer/tab.tpl, so start there and you'll see the classes called in skin1.css.

buddy 01-04-2008 06:42 AM

Re: Speed Bar and Text Color Change
 
Thank you for your help.

I know Webmaster mode, i have found the class but i can't change the color!!

Is it right??

.TabTop {
HEIGHT: 5px;
COLOR:#FFFFFF;
}

A.TabTop:hover,link,visited,active{
HEIGHT: 5px;
COLOR:#FFFFFF;
}

TD.TabLeftSide {
WIDTH: 9px;
COLOR:#FFFFFF;
}
TD.TabRightSide {
WIDTH: 9px;
COLOR:#FFFFFF;
}
TD.TabLeftCorner {
WIDTH: 9px;
HEIGHT: 9px;
COLOR:#FFFFFF;
}
TD.TabRightCorner {
WIDTH: 9px;
HEIGHT: 9px;
COLOR:#FFFFFF;
}
TD.TabCenter {
HEIGHT: 9px;
COLOR:#FFFFFF;
}


Thank you

balinor 01-04-2008 06:52 AM

Re: Speed Bar and Text Color Change
 
The color is right there, do you mean you have updated it and it isn't changing?

buddy 01-04-2008 07:41 AM

Re: Speed Bar and Text Color Change
 
Yes, right. I can't see the color "white".


All times are GMT -8. The time now is 11:21 PM.

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