Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2010
    Location
    UK
    Posts
    17
    Plugin Contributions
    0

    Default Outline around buttons

    HI I am using the latest version of zen and it's a fresh install. When I intsalled an earlier version some time ago I found somewhere here in the forum how to remove the outline around the add to cart button.

    Of course now I need this I can't find it anywhere and several searches have proved fruitless. I have a feeling it was something in admin but I could be wrong. Can anyone point me in the right direction please?
    TIA

    http://www.scrapdragondesigns.co.uk/...&products_id=2

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

    Default Re: Outline around buttons

    Find this in your templates stylesheet.cs file and remove the border
    Code:
    #cartAdd {
    	float: right;
    	text-align: center;
    	margin: 1em;
    	border: 1px solid #000000;
    	padding: 1em;
    	}

  3. #3
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Outline around buttons

    In your stylesheet find

    #cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    border: 1px solid #000000;
    padding: 1em;
    }

    replace with

    #cartAdd {
    float: right;
    text-align: center;
    margin: 1em;
    padding: 1em;
    }

 

 

Similar Threads

  1. Blue outline around pictures & Font issues
    By pepsishot in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 24 Oct 2010, 04:09 AM
  2. Removing blue border around buttons
    By aushorse in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Apr 2008, 04:52 AM
  3. Border around radio buttons and tick boxes
    By dealbyethan.com in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 6 Jun 2007, 05:27 PM
  4. Body Outline
    By pal1lap in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 5 Sep 2006, 11:20 PM
  5. Removing borders around PREV LISTING NEXT buttons
    By PoorRichard in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Aug 2006, 11:38 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