hi.. how would I change the little cart image on my nav bar for another cart image? I can't find where to change this.
blossomingbodyscents.com
Also, how do I take the zen cart banner off of the bottom?
Thanks so much!
hi.. how would I change the little cart image on my nav bar for another cart image? I can't find where to change this.
blossomingbodyscents.com
Also, how do I take the zen cart banner off of the bottom?
Thanks so much!
upload a new image named cart.jpg to override the current image located:
/includes/templates/ashley_pink/images/cart.jpg
to remove the bottom banner
in /includes/templates/ashley_pink/css/sylesheet_footer_menu.css
find
#bannerSix {margin-top:0px;margin-bottom:30px;}
change to
#bannerSix {margin-top:0px;margin-bottom:30px;display:none;}