Zen Cart Logo

image in Nav bar

Views: 476

Results 1 to 3 of 3
12 Feb 2011, 3:39 AM
#1
masb avatar

masb

New Zenner

Join Date:
Jun 2010
Posts:
28
Plugin Contributions:
0

image in Nav bar

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!

12 Feb 2011, 4:01 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: image in Nav bar

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;}

12 Feb 2011, 6:32 AM
#3
masb avatar

masb

New Zenner

Join Date:
Jun 2010
Posts:
28
Plugin Contributions:
0

Re: image in Nav bar

rbarbour:

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;}

thank you so much! I now have it changed! :clap: