Hello there,
I need some help with my small (hopefully) but annoying problem.
While testing my new magento website, I realised that in my contact page the SUBMIT button is not showing, and so the contact form can not be sent
I have tried viewing with Safari, Chrome, Firefox and it is all the same...
Please check it here:
http://www.stampaoffsetonline.com/weprint/contacts/
How could I solve this problem?
Any indication would be very much appreciated
Thanks
Gianni
Solved! Go to Solution.
hi @giannifan
This is clearly css problem go to http://www.stampaoffsetonline.com/weprint/skin/frontend/printshop/default/css/template.css line 441 change color to #000
button.button span { color: #000; display: block; float: left; font-size: 12px; padding: 0; text-align: center; white-space: nowrap; }
and on line 431
Remove this code
background: transparent none repeat scroll 0 0;
hi @giannifan
This is clearly css problem go to http://www.stampaoffsetonline.com/weprint/skin/frontend/printshop/default/css/template.css line 441 change color to #000
button.button span { color: #000; display: block; float: left; font-size: 12px; padding: 0; text-align: center; white-space: nowrap; }
and on line 431
Remove this code
background: transparent none repeat scroll 0 0;
Thank you for your help.
It solved my problem and so I played a bit on the Css to give some extra customising to the sent button.
Such as on line 638 to give background color and a border:
.buttons-set button.button { float: right; margin-left: 5px; margin-bottom: 5px; background-color: #ff9900; border: 4px solid #d7d7d7;
Many thanks again
Gianni