Hi
To remove the left text go to Theme Options > Header Options and delete the text
Add this to your custom css:
.header-1 .header-right > nav, .header-2 .header-right > nav, .header-3 .header-right > nav {
display: none;
}
For the cart, I’m afraid not
– Kyle