durghe Posted November 21, 2011 Share Posted November 21, 2011 Hi all, how can i change the color of the blockuser? i've tried to go to /themes/prestashop/css/global.css but i didn't find blockuser string. I want to change that damn purple from the blockuser and i want to replace it whit something like blockcart grey. Thx to all Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Hi durghe, Could you post your website url to check and help you ? Link to comment Share on other sites More sharing options...
durghe Posted November 21, 2011 Author Share Posted November 21, 2011 Hi durghe, Could you post your website url to check and help you ? My shop is close, sorry. i attach you a screenshot. Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Ok so you must edit the blockmyaccount.css in your theme folder \css\modules\blockmyaccount. 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; } You must change #F6DCE8 with the color of your choice. Link to comment Share on other sites More sharing options...
durghe Posted November 21, 2011 Author Share Posted November 21, 2011 This is my code and i have modify "#F6DCE8" in "#CCCCCC" and i save my file but nothing is change. See my code /* block myaccount */ #left_column div.myaccount, #right_column div.myaccount { background: #cccccc url('../../../img/block_footer_myaccount.jpg') no-repeat bottom left } div.myaccount h4 { background: #971d58 url('../../../img/block_header_myaccount.jpg') no-repeat top left } div.myaccount h4 a, div.myaccount h4 { color: white } div.myaccount, div.myaccount a { color: #5d0630 } div.myaccount ul.bullet { margin-top: 0.6em } div.myaccount ul.bullet li { background-image: url('../../../img/bullet_myaccount.gif') } div.myaccount ul.bullet .icon { display: none } div.myaccount p.logout { padding: 0.3em 0 0.3em 2em } div.myaccount p.logout, div.myaccount p.logout a { color: #dd2a81 } div.myaccount p.logout a { text-decoration: underline } div.myaccount p.logout a:hover { text-decoration: none } 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 } .account_input { margin-left: 0; width: 15em } Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Have you cleared your cache and forced the compilation in PrestaShop back-office ? (preferences>performances) Link to comment Share on other sites More sharing options...
durghe Posted November 21, 2011 Author Share Posted November 21, 2011 Have you cleared your cache and forced the compilation in PrestaShop back-office ? (preferences>performances) I have tried to forced the compilation and i delete all my cache folder with filezilla but the color of my panel don't want to change! i tried to change all color in #CCCCCC like this: /* block myaccount */ #left_column div.myaccount, #right_column div.myaccount { background: #CCCCCC url('../../../img/block_footer_myaccount.jpg') no-repeat bottom left } div.myaccount h4 { background: #CCCCCC url('../../../img/block_header_myaccount.jpg') no-repeat top left } div.myaccount h4 a, div.myaccount h4 { color: white } div.myaccount, div.myaccount a { color: #CCCCCC } div.myaccount ul.bullet { margin-top: 0.6em } div.myaccount ul.bullet li { background-image: url('../../../img/bullet_myaccount.gif') } div.myaccount ul.bullet .icon { display: none } div.myaccount p.logout { padding: 0.3em 0 0.3em 2em } div.myaccount p.logout, div.myaccount p.logout a { color: #CCCCCC } div.myaccount p.logout a { text-decoration: underline } div.myaccount p.logout a:hover { text-decoration: none } div.myaccount .block_content { background: #CCCCCC url('../../../img/block_bg_myaccount.jpg') repeat-x bottom left; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC } .account_input { margin-left: 0; width: 15em } but the purple wins again :S Link to comment Share on other sites More sharing options...
Carl Favre Posted November 21, 2011 Share Posted November 21, 2011 Yes my bad, I forgot to remove the (url('../../../img/block_bg_myaccount.jpg') Try and it should be ok . 1 Link to comment Share on other sites More sharing options...
durghe Posted November 21, 2011 Author Share Posted November 21, 2011 Thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now