Hi all,
I'm really struggling to get final approval to make a store we've developed live because of a few outstanding formatting issues which I'm sure are really simple but I'm really struggling to solve.
1. StoreAccountWrapper text (i.e. BillingAddress and ShippingAddress, I can change the font size of the StoreAccountWrapper text (as below) but I can't get the font color to change no matter what I do. I need to change the color to #fefefe as the site has a dark background and the StoreAccountWrapper text is coming up Black. Nothing I can do in Template.css seems to affect the font color.
div.StoreAccountWrapper{font:24px Verdana, Arial, Helvetica, sans-serif; text-align:center;}
2. Ordering of address items in OrderHistoryDetails and PayPal. The OrderHistoryDetails form and PayPal payment form is displaying the address in the following order: -
BuyerName
Streetname
BuildingNo
TownName
RegionName
PostCode
The required address format is: -
BuyerName
BuildingNo Streetname
TownName
RegionName
Post Code
I can't see how I can change the ordering of the address lines above for the orderHistoryDetails and PayPal confirmation displays (I'm assuming when I change one then the other will change too?)
3. How can I make some fields in Billing Address mandatory but only optional in Shipping Address if different? The products we will be selling will often be a gift for someone else and the purchaser may not wish to give or know the email address or telephone numbers of the person the gift is being shipped to.
I have been trying to sort out these issue for a couple of days now and I'm not making any progress.
Any help would be much appreciated.
Best regards,
Alan