This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
I am having difficulty in setting the top bar, i want to setup the red top bar on in my site header of “www.koshauae.com” however the cart keeps on showing in the top bar i want to remove it also when i add the custom menu widget in it ,its height increases so can you please let me know how to decrease its height and remove the cart from the red top bar ?
Hello,
Please go to Theme Options > Header and select needed header type, also you may disable cart here -http://prntscr.com/h27bs6
to change top bar color you may add this code in Custom css:
.top-bar {
background-color: red;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
To change the height, please try this code:
.top-bar .container {
padding: 3px;
}
Regards
Tagged: solution, themes, top bar issue, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up