Jump to content

How do i change the contact screen which is sent to my email address's COLOURS


Recommended Posts

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 BLACK

Many thanks all,

regards,

Ryan

Link to comment
Share on other sites

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

  • 3 weeks later...

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

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

×
×
  • Create New...