Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #908946

    Hello team Kriesi.
    I have the woocomerce cart icon that I would love to change it to a .png picture. But I tried and failed miserealbly, because the image.png that i inserted is bigger with some px than the icon and it shows just a percentage of the image. If i make the .png image equal to the cart icon width it’s ok, but it’s to little for my taste. What can i do?

    #909017

    Hey Zetrh,

    Here is some threads for you to consider

    Woocommerce change shopping cart icon to different icon

    https://kriesi.at/support/topic/change-shopping-cart-icon-to-a-custom-image/#post-603069

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #909032

    i followed the thread and pasted into quick cs, but it returns my problem in matter. The icon(image.png) is too small. so if you can help me by providing a proper css code to enlarge the icon i would highly apreciate. I don’t know any css or html language and what i found on google is quite…well.. at first i damaged all the cart…so yeah :))

    later edit: i found the fix. needed to change the pixel from 15px to 30 px :D thanks for the help.

    • This reply was modified 6 years, 9 months ago by Zetrh.
    #909061

    Hi Zetrh,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .cart_dropdown {
        height: 60px;
        width: 60px;
        top: 30px;
    }
    .cart_dropdown_first .cart_dropdown_link {
        line-height: 44px;
        font-size: 22px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #909288

    needed a little twiking, but worked like a charm. Thanks for the help :D

    #909388

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce cart icon to Image’ is closed to new replies.