This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Is there any way to change the colors of icons? For example, the icons in the very top of the header? The Wishlist “heart”, your account icon, Logout icon, etc….
Hello,
To change the icons color at the top please add this code into custom.css file:
.login-link:before, .logout-link:before, .top-bar .wishlist-link a i:before, .my-account-link:before, .register-link:before { color: red;}
Change the color value to yours.
If you wan to use different colors for each icon you need separate them, for example:
.register-link:before { color: red;}
.logout-link:before {color: blue;}
.top-bar .wishlist-link a i:before {color: green;}
and so on.
How to create custom.css you can watch in our video tutorial
Regards,
Eva Kemp.
Tagged: best, color, icon, persuasive, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up