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
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
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
Thanks Ismael!
I’ll give that a go and report back.
Cheers,
Luke
Hi!
Please do so and let us know so we can mark the thread as resolved or assist you further
Cheers!
Yigit
Works perfectly! Thanks :)