Jump to content

Change layout of blocklanguages


Recommended Posts

Hello again

 

Go to blocklanguages.css and around Line 12 change this colour to #fff;

 

/* block top languages */
#header_right #languages_block_top {
float:right;
margin: 5px;
padding:2px 6px 1px 6px;
-moz-border-bottom-right-radius: 3px;
-moz-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
background: none repeat scroll 0 0 #000;  (change to #fff;)
}
#header_right #languages_block_top p {
clear: left;
padding-right:20px;
 
Before
 
After
 
 
Paul
Link to comment
Share on other sites

×
×
  • Create New...