This topic has 12 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
hi
i would like to change the icons of the wishlist (heart) and the my account (arrow) with handdrawn icons…
can you help me?
ths
Hello,
Sorry, but there are no such options in our theme.
Please take our apologies.
Regards,
Eva Kemp.
even if i change the source of the icons? where are they located? *.php?
Hello,
The content for Wishlist icon is written in style.css file.
The code is
.icon-heart-empty:before {
content: "\f08a";
}
You may try to add your own icon in custom.css.
How to create custom.css file you can watch here.
Regards,
Eva Kemp.
i already use the custom.css for a couple changes but this is not working
i tried:
.icon-heart-empty:before {
content: url(‘http://www.joy-of-use.org/wp-content/uploads/2014/08/herz_icon.png’);
}
any ideas?
Hello,
Please try to use this code:
.top-bar .wishlist-link a i:before {
content: url('http://joy-of-use.org/wp-content/uploads/2014/08/herz_icon.png') !important;
}
If you still have problems please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Ok this works fine 🙂
is it possible with the account menu and the loggout button too?
i use firebug but i cant find the css for this
thx
Hello,
You need use this code to add your icons for my account and logout links:
.my-account-link:before {
content: url('link_to_your_icon') !important;
}
.logout-link:before {
content: url('link_to_your_icon') !important;
}
Regards,
Eva Kemp.
im so sorry i have to bother you again…
last icon i have to change is the shopping cart bag…
i usually find everything in css i looking for but i just cant find tghe class for this stupid icons in firebug?!
Hello,
The code for shopping cart icon is:
.shopping-cart-widget .cart-summ > a:before {
content: url('link_to_your_icon') !important;
}
Regards,
Eva Kemp.
ah ok i just tried .shopping-cart-widget on its own…
thx again
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Is it possible to change the icons of the wishlist an my account’' has been successfully resolved, and the topic is now closed for further responses