This topic has 8 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
I can not change the color of the background for wishlist number label
I would like to know how do I stay in the same color (red) of the cart.
I would like to know how do I modify the menu so that it stays with a larger spacing between each item or even leave justified.
Thank you.
Hello,
Do you use latest theme version? Please provide us with your website URL.
Regards
Yes, I use the latest version.
1. Please use this custom css code:
.header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
background-color: #ff0000;
}
2.
.menu-wrapper .menu-main-container .menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
Regards
1 – It worked on the top menu, but in the fixed menu it continues with the black background.
2 -It worked, thank you.
Please change this code:
.header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
background-color: #ff0000;
}
to
.fixed-header .navbar-header .et-wishlist-widget .wishlist-count, .header-wrapper .navbar-header .et-wishlist-widget .wishlist-count {
background-color: #ff0000;
}
Regards
It worked, thank you.
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up