This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello dear support,
#1 – I would like to add something next to “Newszletter” on the top header. From your documentation it seems I had to create a new menu My account. I tried but nothing appends. (see target / see menu)
#2 – On the cart and wishlist icons I wanted to display the number in black. I found the right setting on your menu, but nothing change (see here)
#3 – I would like to get a circle around the icon and to get them in full white. How can I do that ? (see target here)
Best regards.
Jérôme.
Hello,
1) http://prntscr.com/l197j6 https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
2) Theme Options > General > Header Settings > Color for cart number label http://prntscr.com/l198ek > http://prntscr.com/l198gs
3) Please add this code in Theem options > Styling > Custom css:
.header .et-wishlist-widget .icon-like_outline:before {
content: "\f004";
}
.header .shopping-container .cart-bag:before {
content: "\f07a" !important;
font-family: FontAwesome !important;
}
.header .et-wishlist-widget .icon-like_outline:before,
.header .shopping-container .cart-bag:before{
border: 2px solid white !important;
border-radius: 100%;
padding: 5px;
}
Regards
Thank you Rose !
#1 -> How to remove “Newsletter” ?
#2 -> Done
#3 -> Done
Regards.
Jérôme.
Hello,
You’re welcome!
Theme Options > E-commerce > Promo Popup.
Regards
You must be logged in to reply to this topic.Log in/Sign up