This topic has 4 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Amzy Leel
In header count above whishlist icon is in yellow color, before theme update it was d64444, just like you have in your dark demo previe.
And the count number is not properly centered. please see the screenshot.
https://www.dropbox.com/s/l27glcccxeq0gnh/Screenshot%202017-10-06%2002.14.19.png?dl=0
Hi,
add this css code in 8theme options > styling > custom css > global custom css
.et-wishlist-widget .wishlist-count { padding-top: 3px; padding-left: 1px; }
.header-wrapper .navbar-header .et-wishlist-widget .wishlist-count { background-color: #d64444 !important; }
Regards,
it shows yellow color in sticky header when you scroll down.
Add this css too:
.fixed-header .navbar-header .et-wishlist-widget .wishlist-count { background-color: #d64444 !important; }
You must be logged in to reply to this topic.Log in/Sign up