|  | 
| Before | 
|  | 
| After | 
Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog. 
#header #pages:before{
border-left: 0px !important;
}
#header .tabs li, .ss{
margin-left:0px !important;
padding-left: 10px !important;
padding-right: 5px !important;
border-left: 1px solid white;
}Extras
1) To remove the left-most vertical line (to the left of your first link), add the following additional code to your 'Add CSS' box:
1) To remove the left-most vertical line (to the left of your first link), add the following additional code to your 'Add CSS' box:
#header .tabs li:first-child{
border-left: 0px !important;
}
2) To add an extra vertical line to the right of your last link, add the following additional code to your 'Add CSS' box:#header .tabs li:last-child{
padding-right:10px !important;
border-right: 1px solid white;
}
 
 
 
 
0 comments:
Post a Comment