SHANAHAN Posted October 20, 2006 Posted October 20, 2006 Hi, guys! Can anyone help me out , please? The problem is that I have hte only one shipping method (per item) and it apperars to be completely white. I mean, the background of the line, where price should be - is the same color as the price set. Plus my price set in admin was 2.99 and there is (when I highliht the line) is the price of 3 euros. Best regards, Vadim
squeekit Posted October 21, 2006 Posted October 21, 2006 just guessing - from info provided: -------------------------------------------------------- - color of text can be addressed in your stylesheet.css (within the shop's main folder)... view the source of your shipping page - find the text in question - start looking into the proceeding elements for what 'class' such is contained within - lookin your stylesheet.css for such 'class' and see if it has a "color" attribute defined - "color" means "text color" - look for something like "color: #ffffff;" change it to be the color you want - if you need to learn more about css there's tons al over the internet - a good place to start is w3schools.com's CSS Tutorial alternative method - locally on your computer - a good way to nail down what and where the text color is being defined is to download a "color spy" (sileragesoftware.com offers such for free, as many do >> "colour spy page" << 2nd to bottom) - with it get a sample of the color of the text then look for that color code in your stylesheet (perform search for it) - then simply check if it appears in the stylesheet in classes that contain your text --- this method is a slightly easier and a little more direct, if all the while you are thorough... -------------------------------------------------------- as far as the difference in price it sounds like you're pulling such from different currency settings... -------------------------------------------------------- sorry i can't be of more help...
SHANAHAN Posted October 21, 2006 Author Posted October 21, 2006 Thanks for the detail reaply! I'll definetely try it shortly! Buy any chance, do you know how am I suppose to edit the Payment method page: it gives customer an option: to pay with credit card OR to go to "2checkout". How would I make it to go to "2checkout" only? Best regards, Vadim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.