Jump to content

block language css


Recommended Posts

Hi,

 

I am changing the block language using this css code

#languages-block-top li {
float:left; 
padding:5px; 
background:#bcbcbc;
font-size:14px; 
font-weight:bold;
position: relative;
display: inline-block;
 }
#languages-block-top li span {
color:#333333;
}
#languages-block-top li.selected {
padding:5px; 

}
#languages-block-top li.selected span{ 
color:#222222;

but don´t know why? I can´t change like i did at block currencie. any help?

post-849787-0-68184200-1413929385_thumb.jpg

Link to comment
Share on other sites

hi Nemo1

 

the modification are reflecting in the store but what i want is the same design that i create on blockcurrencies.css like the image. For example in blockcurrencie I use this code

#currencies-block-top li {
float:left; 
padding:5px; 
font-size:14px; 
font-weight:bold;
position: relative;
left: 25px;
 }
#currencies-block-top li a {
color:#333333;
}
#currencies-block-top li.selected {
background:#bcbcbc;
}
#currencies-block-top li.selected a{ 
color:#ffffff;
}

is not possible to use the same code to use in blocklanguage.css to stay with the same design?

 

vekia, i clear the cache and recompile but nothing.

 

Thanks

Edited by jymy (see edit history)
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...