markoh Posted February 1, 2013 Share Posted February 1, 2013 (edited) I would like to change a colour in meni for choosing a currency! Maybe somebody know how to do that? Edited February 2, 2013 by markoh (see edit history) Link to comment Share on other sites More sharing options...
Whispar1 Posted February 2, 2013 Share Posted February 2, 2013 What version are you using? Based on 1.5.3.1 you will change this in your blockcurrencies.css Please backup your files before making any change to your code. To change background to white go to these two places and replace #000000 with #ffffff #header_right #currencies_block_top { background: none repeat scroll 0 0 #ffffff; and here: #setCurrency .currencies_ul_hover{ background:#ffffff; Change text to black (since your background is not white) change this #setCurrency .currencies_ul_hover a {color:#fff;} to this: #setCurrency .currencies_ul_hover a {color:#000000;} Link to comment Share on other sites More sharing options...
markoh Posted February 2, 2013 Author Share Posted February 2, 2013 Thanks it works! And do you know how to catch current currency in my store? I wasn't find something what works. I use Presta 1.5.3 Link to comment Share on other sites More sharing options...
Whispar1 Posted February 2, 2013 Share Posted February 2, 2013 That is taken care of in your back office under localization menu Link to comment Share on other sites More sharing options...
markoh Posted February 2, 2013 Author Share Posted February 2, 2013 I think that you wasn't understood me. I need in my php code catch in which currency user at this moment have his basket. Link to comment Share on other sites More sharing options...
Whispar1 Posted February 2, 2013 Share Posted February 2, 2013 Yes, I did misunderstand. PHP is out of my skill level. Perhaps another person that knows how to do this part can help here. 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