Hi,
try to add following CSS code to your template, it should meet your needs
a#leftnav_toggle > i:before{content: "\f0d7";}
a#leftnav_toggle > i{background:rgba(0,0,0,.2);padding:2px 7px;border-radius:2px;}
#userbox > .button-dropdown .icon-caret-down{display:none !important;}
#userbox > .button-dropdown a{padding:5px 5px 5px 8px;background:rgba(0,0,0,.2);border-radius:2px}
#userbox #global-search + a:after{content:"Home";color:white;display: block;padding:0px 5px;float: right;margin-top: 3px;}
#userbox #global-search + a{background:rgba(0,0,0,.2);margin-left:3px;border-radius:2px;}
#userbox #global-search{width:40px}