| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Having problem during checkout | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() So the problem I'm having is that when I'm going threw the checkout process the stuff highlighted in grey is all white and I cannot seem to find exactly how to change these colors so they are visible.
Anyone know how to change these links? http://img.photobucket.com/albums/v143/gotpump/helpbox.gif
__________________
X-Cart DB Version: 5 |
|||||||
#2
|
|||||||||
|
|||||||||
![]() Those links are controled by the fastlane checkout module, which has it's own css file.
look in the skin1 folder for modules, then find the folder that says fast_lane_checkout and open it. Then find the skin1.css file. the links are controlled by this code. A.CheckoutTab:link { COLOR: #003366; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: underline; } A.CheckoutTab:visited { COLOR: #003366; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: underline; } A.CheckoutTab:hover { COLOR: #003366; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: none; } A.CheckoutTab:active { COLOR: #003366; FONT-WEIGHT: bold; FONT-SIZE: 11px; TEXT-DECORATION: underline; }
__________________
xcart 5.1.2 |
|||||||||
#3
|
|||||||
|
|||||||
![]() Hmm changed everything in there to black and nothing seemed to work. Using firebug says that color is from
element.style { color:#FFFFE0;} Where would I find this?
__________________
X-Cart DB Version: 5 |
|||||||
#4
|
|||||||||
|
|||||||||
![]() The text you have highlighted is found at the bottom of skin1/modules/Fast_Lane_Checkout/tabs_menu.tpl, and the color is determined by the class "CheckoutTab" and "CheckoutTabSel" in the skin1.css stylesheet in the same folder.
Did you clear your templates cache in admin?
__________________
Two Separate X-Cart Stores Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series. Integrated with Stone Edge Order Manager + POS Version 4.1.12 Gold (fresh install) - X-AOM - Linux Mods - XCSEO free |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() did you make sure you uploaded the skin1.css to the fastlane checkout folder?
__________________
xcart 5.1.2 |
|||||||||
#6
|
|||||||
|
|||||||
![]() How do I clear my templates cache from admin?
And this is the code that is in my skin1.css file in fastlane Code:
But it is still white. Not sure what you mean uploaded I simply changed and saved it. Do I need to download it edit it then upload it for it to take effect?
__________________
X-Cart DB Version: 5 |
|||||||
#7
|
|||||||||
|
|||||||||
![]() Hi Gotpump -
Another thing to consider: Normally - in Firebug - when you see element.style - with no css file named to the right in the style/layout/DOM window - it means that the style is probably in the html. You can override styles in the css file by adding css style directly to an html tag. When you used firebug to inspect, and saw the element.style - did you see anything in the html window like <td style="color: #ffffe0"> or <font style="color: #ffffe0">? This could be overriding your skin.css styles. If so - you would need to modify the template that has this code.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold (CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module) |
|||||||||
#8
|
|||||||||
|
|||||||||
![]() Quote:
In admin under the "Administration" section, click "summary". Where it says "In this section", click on Tools. Towards the bottom of the page you should see a button that says "Clear templates cache". What did you do to change the file? I mean how did you modify it, what program?
__________________
Two Separate X-Cart Stores Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series. Integrated with Stone Edge Order Manager + POS Version 4.1.12 Gold (fresh install) - X-AOM - Linux Mods - XCSEO free |
|||||||||
#9
|
|||||||
|
|||||||
![]() gb2world: Ok so in the html when I inspect it says Code:
Jwait: All I used to edit the skin1.css was threw edit templates. Cleared the cache didn't fix the problem. Thanks for all your help guys hopefully we can figure out what to do here.
__________________
X-Cart DB Version: 5 |
|||||||
#10
|
|||||||||
|
|||||||||
![]() well take that style out.
style="color: rgb(255, 255, 224); Get rid of it.
__________________
xcart 5.1.2 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|