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 Colors in 2 spots (https://forum.x-cart.com/showthread.php?t=47779)

jim34 05-27-2009 12:30 PM

Changing Colors in 2 spots
 
Been looking all over on where to change these 2 colors.

1. Can't see where in the CSS to change the color of the word "Products" on the page that lists the products in a category, http://www.cchsstore.org/home.php?cat=9. Just want to change the color to #002663.

2. Can't see where in the CSS to change the color of the word "Continue Shopping" on the button on top of cart.php page, http://www.cchsstore.org/cart.php. Just want to change the color to #002663.

Any help would be appreciated.

cflsystems 05-27-2009 02:05 PM

Re: Changing Colors in 2 spots
 
Use Firebug for FF - the easiest way to find what you are looking for
1. find this in your css - .dialog .title_cat .right h2 - and change color to whatever you want
2. fing this in flc/css -
Code:

div.flc-1-button div,
 div.flc-1-button a:link,
 div.flc-1-button a:visited,
 div.flc-1-button a:hover,
 div.flc-1-button a:active

- and change color to whatever you want

jim34 05-28-2009 05:23 AM

Re: Changing Colors in 2 spots
 
Found No. 1 easy in the css - color changed.

Couldn't find the div.flc-1-button div stuff in the main css file (did a search in Dreamweaver) and don't have an flc folder on the root like the path flc/css. Should I add this to the main css file?

cflsystems 05-28-2009 05:41 AM

Re: Changing Colors in 2 spots
 
No. You are using Fast Lane Checkout (FLC). It has its own templates and css file - skin1/modules/Fast_Lane_Checkout. There you will find the css file with styles for FLC

jim34 05-28-2009 05:57 AM

Re: Changing Colors in 2 spots
 
Got it, thanks.

Good to know that file is there. It'll a lot simpler to find things on my checkout pages.

Thanks again!


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

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