This topic has 6 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Jack Richardson
Hi there!
How can I words Cart and Whishlist (above header) to translate and change their signs to my own design? Changes to default.po has no effect.
Hello,
You have to rename default.po to your language prefix. Please read how to translate the theme https://www.8theme.com/demo/docs/legenda/index.html#!/how_to_translate .
Best regards,
Jack Richardson.
Ok, thanx, I’ll try now. And what about signs?
Hello,
You can change the icons using Font Awesome icons https://fortawesome.github.io/Font-Awesome/icons/ and use this css code in custom.css file:
.top-bar .wishlist-link a i:before {
content: "icon_code" !important;
font-family: Font Awesome !important;
}
.header-type-4 .shopping-cart-link:before {
content: "icon_code";
font-family: Font Awesome;
}
Best regards,
Jack Richardson.
Thanx a lot, Jack!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
Tagged: cart, templates, translation, wishlist, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up