simpson7647 Posted November 15, 2010 Share Posted November 15, 2010 hi all, currently when a message is sent through the contact screen on my prestashop website, it is set out to be a PINK background with WHITE writing.But to go with my theme of orange and black, what do i edit and how will i be able to change the background from pink to orange and writing from WHITE to BLACKMany thanks all,regards,Ryan Link to comment Share on other sites More sharing options...
Martin Velikov Posted November 15, 2010 Share Posted November 15, 2010 In global.css for the template. Around line 384 (for a standard template). Find the following code:form.std fieldset {background:url("../img/form_bg.jpg") repeat-x scroll left top #BFD4E9;border:1px solid #D1E0EF;margin-bottom:1em;padding-bottom:1em;}Generally the background using an image file as seen above.The form text color should be inherited from the global text color. Again in the global.css file:body {color:#5D717E;font-family:Verdana,Arial,Helvetica,Sans-Serif;font-size:11px;text-align:center;}Change the color value to modify the text color. Link to comment Share on other sites More sharing options...
simpson7647 Posted November 15, 2010 Author Share Posted November 15, 2010 Hi there and thanks for the reply, is there anyway to upload an image instead of a colourcode? I ask this as I'm looking to use a mix of colours and have already uploaded these to the menu block etc so would like to keep within the theme.Thanks Link to comment Share on other sites More sharing options...
Martin Velikov Posted November 15, 2010 Share Posted November 15, 2010 Just change the form background image that is seen in the code: ../img/form_bg.jpgYou can either replace the image or upload a new one and change the path to reflect the new image name/location. Link to comment Share on other sites More sharing options...
simpson7647 Posted November 17, 2010 Author Share Posted November 17, 2010 Just change the form background image that is seen in the code: ../img/form_bg.jpgYou can either replace the image or upload a new one and change the path to reflect the new image name/location. thanks for all the replies although this didnt seem to do it :/any one?thanks Link to comment Share on other sites More sharing options...
Martin Velikov Posted November 18, 2010 Share Posted November 18, 2010 You might want to give a link to your online store or the test environment you are working on so more specific information could be provided. Never easy to shoot in the dark Link to comment Share on other sites More sharing options...
simpson7647 Posted November 18, 2010 Author Share Posted November 18, 2010 sure, heres the website.www.protectandenhance.co.ukcheers Link to comment Share on other sites More sharing options...
Martin Velikov Posted November 18, 2010 Share Posted November 18, 2010 Hey Ryan,I don' really see pink background with white text on the contact page :-s Link to comment Share on other sites More sharing options...
simpson7647 Posted November 18, 2010 Author Share Posted November 18, 2010 sorry maybe i didnt explain it correct.I mean when a custom sends an email etc, its pink with white text.thanks Link to comment Share on other sites More sharing options...
joyful Posted December 9, 2010 Share Posted December 9, 2010 I am having the same problem. I have changed all references to pink in the global.css file and STILL, on the email I receive when a guest submits thru the Contact Us form has a hot pink background and white text.Also, when a guest clicks on "Send to a Friend" on a product page, the email that goes to the friend has the Hot Pink and not the Orange background that I want.I as well have been unable to locate where else in the files this color needs to be changed. Any help would be GREATLY appreciated. Thank you! Link to comment Share on other sites More sharing options...
thomasdicosta Posted December 9, 2010 Share Posted December 9, 2010 Hi you need to change your contact screen name. So when you register your account after register you got first email from this website. So you open it then login your account through login option and after log in you go your account option and then go profile tab. In this profile tab you change your detail like name,password.if back ground colour option provide company so you changer back ground colour also. In short all option you got there in profile tab Link to comment Share on other sites More sharing options...
joyful Posted December 9, 2010 Share Posted December 9, 2010 David, not sure I follow what you are suggesting. What Profile Tab are you referring to? Link to comment Share on other sites More sharing options...
Recommended Posts