murcon Posted October 15, 2012 Share Posted October 15, 2012 How can I change the color of the hyperlinks and the title bars in the system emails like the customer confirmation email? Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 15, 2012 Share Posted October 15, 2012 Hello murcon, I am not sure of the coding answer, but I will move this thread over to the Integration section of the forum where you will find more help. Thank you for choosing PrestaShop! Link to comment Share on other sites More sharing options...
mirix Posted October 28, 2012 Share Posted October 28, 2012 (edited) Two options: 1.- The first one is explained here: http://www.prestasho...-notifications/ However, if you want to change all the e-mails in all languages that can be pretty time consuming. 2.- Another option is: i. Download the "mail" folder in the prestashop root folder to somewhere in your hard drive. ii. Open a console and change directory to the "mail" folder you have just downloaded. iii. Type the following command: find . -type f -print0 | xargs -0 sed -i 's/#db3484/#999999/g' Replacing "#999999" with the colour you want: http://www.w3schools...colorpicker.asp iv. Upload the "mail" folder replacing the modified files and your are done. This of course is for Linux and most UNIXes. Edited October 28, 2012 by mirix (see edit history) Link to comment Share on other sites More sharing options...
jimmyc Posted February 8, 2013 Share Posted February 8, 2013 There has to be an easier way prestashop. Link to comment Share on other sites More sharing options...
murcon Posted February 8, 2013 Author Share Posted February 8, 2013 Thanks for the replies...will see what I can do. Link to comment Share on other sites More sharing options...
jimmyc Posted February 8, 2013 Share Posted February 8, 2013 murcon just remember to back up your email templates via ftp first. Usually when i edit them in the back office, it breaks the formatting of the invoice emails and puts the columns all out of shape. Cheers. Link to comment Share on other sites More sharing options...
Recommended Posts