Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #654857

    how can I change the shopping cart icon into a “document icon”, both in the top right corner as well as on the buttons of product detail pages where it says “add to cart”?

    #654872

    Hey Jens,

    you could try this solution:

    .cart_dropdown_link span:before {
    content: 'test';
    }
    

    Change test to what you need.

    Best regards,
    Andy

    #654901

    you mean with sth. like this: <i class=”fa fa-file-text-o” aria-hidden=”true”></i>
    ?

    #654905

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Best regards,
    Yigit

    #654908

    ;-((( I don´t get it…

    what is it that I have to insert instaed of “test”…? where do I find the icon codes?

    Thx

    #655242

    Hi…? can you please just give me the shortcode of the icon if I am to put it into custom css…?
    thx a lot!

    #655246

    Hi!

    Please go to Appearance > Editor and open functions.php file and find

    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue859'),

    and change it to

    	'cart' 			=> array( 'font' =>'entypo-fontello', 'icon' => 'ue84b'),

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.