Jump to content

How to change color in meni


markoh

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...