Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #758487

    Hey,
    I would like to change the cart icon to a new imported fontello icon (truck).
    How can I do this?
    thank you

    #758536

    Hey spitsdesign,

    Open up functions.php and search for

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

    Replace ue859 with your character code. If you don’t know it you can look it up here: http://fontello.com/ (select an icon and click on “Customize Codes” to get the character code.

    Best regards,
    Jordan Shannon

    #758853

    Hey Jordan,
    I’m using a child theme. What code do I have to put in the functions file?
    thank you

    #758895

    Hi,

    There are many ways you can change the cart icon.

    1. Go to fontello.com and select the cart icon you wish to add.

    2. Click on customize code and copy the unicode to the below css which looks similar to “E805”.

    3. IMPORTANT: Give the icon a unique name in the input field next to the big download button.

    4. Download the icon and upload to the theme from Enfold > Import export

    5. Update the icon using css please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .cart_dropdown_link > span:before {
    	content:'\E805';
    }
    

    Best regards,
    Vinay

    #759016

    Hey Vinay,
    Thank you for the feedback.
    I imported svg icon in fontello. I gave it a name (next to download button). I downloaded the fontello.zip. I imported the fontello in import/export.
    I can see the icon in the list. Only when I copy the name in CSS, I get another icon.
    What am I doing wrong?
    tnx

    #759099

    Hi,

    It appears there is already another icon that share the same unicode as the one you uploaded. You have to customize the icon on fontello and give it a unique uni code and download it again and try it in CSS.

    Best regards,
    Vinay

    #933807

    Hi this is awesome!

    I also tried it with this code that I made UE347. I gave the zipfile a unique name and imported it into my child theme. Then I added the code in quick css styling. However the icon does not show up, but only the code does.
    See link:

    What am I doing wrong?

    #933911

    Hi,

    I have updated the code.

    You do not need to add the letter “U” just e802 and so on… but the icon Unicode you are using is wrong. Please use the correct Unicode the below code will work 100%

    #top .cart_dropdown_link > span:before {
        font-family: 'entypo-fontello';
        content:'\E802'!important;
    }

    Best regards,
    Vinay

    #933921
    This reply has been marked as private.
    #934292

    Hi,

    What icons are you trying to use? could you please post the admin login details in private so we can look at the icon in the backend?

    Best regards,
    Vinay

    #934378
    This reply has been marked as private.
    #935018

    Hi,

    I loaded the site on the URL and I see nothing on the menu at all?
    Not even menu text?

    Best regards,
    Basilis

    #935171

    H, the URL is http://montoneuomo.com/home

    On the right you see that the icon becomes a music note instead of a shopping bag. I am not sure what I am doing wrong. It seems as if the css styling that was given is definitely in the right direction. Hopefully you can help out?
    Look forward to hear from you

    #935873

    Hi,

    Do any of you have any idea how I could fix the icon? Right now it became a music note, instead of a shopping bag.

    Thank you!

    #935882

    Hi,

    I have checked your site and I only see a square icon not a music note, I found out you added this code:

    #top .cart_dropdown_link > span:before {
        font-family: 'maki-fontello';
        content:'\E835'!important;
    }

    You’re targeting the right element, but there’s no maki fontello uploaded in Enfold > Import/Export > Iconfont Manager, I think that’s what you’re missing, you need to upload the font first so it can be displayed.

    Best regards,
    Nikko

    #935883

    I Got it THaNK You!!!!!!

    #935897

    Hi,

    Glad that we are able to help you :) Feel free to come back if you need further assistance.

    Thanks for using Enfold and have a great day! :)

    Best regards,
    Nikko

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Change Woocommerce cart icon to custom fontello icon’ is closed to new replies.