This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Rose Tyler
how can i remove the social menu?
how can i move the cart to bottom left of the title box and give it a white background as it hard to see with my header background.
Hello,
Please, insert this text in Theme Options > Custom CSS > Global Custom CSS:
.header-wrapper ul.menu-social-icons {
display: none;
}
.shopping-container {
background-color: white;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up