Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2008
    Posts
    19
    Plugin Contributions
    0

    Default What folder are the button icons in?

    I'm trying to change the 'Add to Cart' and 'Tell a Friend' icons but the one place I could find them didn't work.

    Any help would be GREATLY appreciated!!
    Thanks!
    Amy

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: What folder are the button icons in?

    Try your_template_name/buttons/english
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Apr 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: What folder are the button icons in?

    Thank you so much Kobra!!! That was the right place.

    Now, one more thing. Where do I go to get rid of the box around the 'Add to Cart' button?

    You are so much help, awesome!

    Amy

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: What folder are the button icons in?

    This can be controlled by your stylesheet...

    Look for:-

    PHP Code:
    #cartAdd {
        
    floatright;
        
    text-aligncenter;
        
    margin1em
    Edit the "margin" line to suit your needs.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: What folder are the button icons in?

    To add to the post by fairestcape - in your stylesheet.css find the #cartAdd tag and the box around it is in the red highlighted line - you can remove it and no more box
    Code:
    #cartAdd {
    	float: right;
    	text-align: center;
    	margin: 1em;
    	border: 1px solid #000000;
    	padding: 1em;
    	}
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: What folder are the button icons in?

    did I say "margin" ???

    I meant "border!

    Thanks kobra

 

 

Similar Threads

  1. What is the difference between the Cache folder and the Logs Folder?
    By ray-the-otter in forum General Questions
    Replies: 7
    Last Post: 22 Feb 2013, 12:26 PM
  2. What folder are the download items (.pdf , mp3) located in
    By jerseyguy in forum General Questions
    Replies: 3
    Last Post: 8 Mar 2009, 05:20 AM
  3. How are pictures oganized and what folder to choose?
    By navido in forum Setting Up Categories, Products, Attributes
    Replies: 29
    Last Post: 30 Sep 2008, 01:43 PM
  4. what are implications of moving zencart to new folder
    By pstarling in forum General Questions
    Replies: 2
    Last Post: 13 Dec 2006, 11:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg