pyrotech Posted February 26, 2013 Share Posted February 26, 2013 19th of February i first came on and asked for help on this. In the customer account you have drop down boxes, these are white. In these drop down boxes you have text, coloured white. So no one can see it. This came with official theme from prestashop and yes i have sent messages to prestashop addons who i purchased it off. All i need to know is how to change colour of text in these boxes. see it here http://www.secretdes....uk/quick-order Try the drop down menu for country and date of birth in addition you also have id number or something, how do i remove that option I am really annoyed as prestashop addons will reply about purchases i want (intend) to make but they have totally ignored my requests about this. Come on prestashop, reassure us that if we purchase addons we will be looked after if issues not just take our cash and run. Link to comment Share on other sites More sharing options...
Carlsen Posted February 26, 2013 Share Posted February 26, 2013 (edited) Hi Pyrotech, Regarding the select box issue: Edit this file: themes/lingeriesexy/css/order-opc.css go to line 63 (#new_account_form p.select select) and add this in the end: color:#000 Now it should look like this: #new_account_form p.select select { margin-right:10px; border:1px solid #670D3D; font-size: 12px; color:#fff } I also see there is an issue with your top menu, where the sub-menus disappear if you don't move your mouse quick enough. Don't know if this happens in all browsers, but it's wrong in Firefox. To fix this do this: Open themes/lingeriesexy/css/modules/blocktopmenu/css/superfish-modified.css Find .sf-menu li.sfHover ul Change top:41px to top:38px You can hide the DNI / NIF / NIE numbers by editing these files inside the theme directory: Address.tpl order-opc-new-account.tpl authentication.tpl I would also advise that you hide date of birth and title, as I believe some customers will get suspicious when they see this, even though the fields are not required. Edited February 26, 2013 by Carlsen (see edit history) 1 Link to comment Share on other sites More sharing options...
pyrotech Posted February 26, 2013 Author Share Posted February 26, 2013 Thank you The help you gave was awesome very clear and easy to follow. Cheers Link to comment Share on other sites More sharing options...
vekia Posted February 27, 2013 Share Posted February 27, 2013 thanks for sharing the solution dude, i marked this topic as solved regards Link to comment Share on other sites More sharing options...
ceegeeee Posted March 20, 2013 Share Posted March 20, 2013 (edited) Hi Carlsen (or anyone), What's the correct way to hide date of birth in the .tpl? I tried adding style="display:none;" to the p tag surrounding the date of birth input fields in the authentication.tpl to no avail. Thanks. ***Edit: Sorry, silly mistake (long day). Didn't see the multiple instances of the dob fields. All set now. Edited March 20, 2013 by ceegeeee (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts