Comparison @ Wishlist Replace With Simbol?

Is there a simple way to change add to compare or add to wishlist text from defauls cs-cart brightness theme text to symbols like heart and similar..

Is there a simple way to change add to compare or add to wishlist text from defauls cs-cart brightness theme text to symbols like heart and similar..

I am afraid there is no easy way to change the usual text variable with the icon. We can make it for you as custom modifications. Please, contact us by e-mail: sales@cart-power.com to discuss it in more details.

yea yea as far as I remember any question asked you everything was very complicated..

I just added myown style ex my_style.css and added there

.ty-add-to-wish {
    font-family: 'glyphs';
    font-size: 20px;
    margin-left: 3px;
    color: @top_panel_links;
}
.ty-add-to-wish:before {
    content: "\e006";
}

Then removed lang variable from translation or tpl file..