Editing Template links
I am working on changing some of the templates such as the Shopping cart Widget Template. I want to add an image things like the Update button and the Wishlist button. And i want to change the Checkout button to just a Hyperlink. Also while doing this i was curious where one might edit the hyperlinks that the items go to or if that is possible.
Chances are you might not be able to switch the Checkout button to a hyperlink as it probably needs to invoke a post to something. I would add images as style the checkout button to look like a link.
.checkOutBtn
border
:
none
;
outline
:
none
;
color
:
blue
;
background-color
:
none
;
.checkOutBtn:hover
text-decoration
:
underline
;