Tagged: , ,

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

    Hi,

    I’d like to add an icons to the buttons on the Cart page. The icons would just be the standard enfold ones. Something like the shopping trolley for proceed to checkout, and the refresh icon for ‘update cart’.

    Could you please point me in the right direction :)

    Thanks,
    Luke

    #382592

    Hey LukeHopkins!

    sorry for the late response. Could you please give us a link to your website showing the buttons on the Cart page?
    Does the normal Enfold function for adding icons not work for you?

    Regards,
    Andy

    #383528
    This reply has been marked as private.
    #384300

    Hey!

    You can create your own icon then use this on Quick CSS:

    #top .actions .checkout-button.button.alt {
    background-image: url('ICON URL HERE');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    }

    Use this for the update to cart button:

    #top table.shop_table .actions input[name="update_cart"] {
    
    }

    Best regards,
    Ismael

    #385044

    Thanks Ismael!

    I’ll give that a go and report back.

    Cheers,
    Luke

    #385752

    Hi!

    Please do so and let us know so we can mark the thread as resolved or assist you further

    Cheers!
    Yigit

    #388072

    Works perfectly! Thanks :)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add icons to Cart page buttons: 'Apply Coupon', 'Update Cart', and 'Checkout'’ is closed to new replies.