goldleviathan Posted December 8, 2008 Share Posted December 8, 2008 In the front office, the "my account" box and invoices headers show up with pink color scheme. How can this be changed? Link to comment Share on other sites More sharing options...
zenrider420 Posted December 8, 2008 Share Posted December 8, 2008 They are image files that you can alter that are located in Themes>>Prestashop (or your theme)>>Img.It's something like block_header_myaccount.gif and block_header_myaccount_large.gif (it will be the pink ones...)Hope this helps... Link to comment Share on other sites More sharing options...
jhnstcks Posted December 8, 2008 Share Posted December 8, 2008 Find the following code in your global.css file: div.myaccount .block_content { background: #f6dce8 url('../img/block_bg_myaccount.jpg') repeat-x bottom left; border-left: 1px solid #f6dce8; border-right: 1px solid #f6dce8; On the background line it should detail which file is controlling your header image, these are located in your theme/img/ folder.You can either remove the url part of the code and change the hex colour code to whatever you want.ORLeave the url in and edit the specified file in photoshop (or your preferred editor) Link to comment Share on other sites More sharing options...
Recommended Posts