Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2006
    Posts
    29
    Plugin Contributions
    0

    Default Making Border around Prod. Pics using Gloss Black Temp.

    Im in process of creating a new store called gulfcoastblades and im using a modified version of the Gloss Black template.
    Heres where the question comes up,
    Is there a way to create a 3 to 5 pixel border around the product images thru the cart or thru the css sheet.
    Im looking for any options short of haveing to put the border around the individual images themselves.

    Thanks in advance
    DAMIAN

  2. #2
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,134
    Plugin Contributions
    0

    Default Re: Making Border around Prod. Pics using Gloss Black Temp.

    You can use the Image Handler 2 module that can be downloaded from this site. It has a border option.

  3. #3
    Join Date
    Sep 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Making Border around Prod. Pics using Gloss Black Temp.

    I must be so tired as to be missing it somewhere then. Ive looked in the images under configuration and also looked in ImageHandler2 link under tools.
    Maybe im just completely overlooking it or maybe it called by something im not looking for correctly.
    Could ya maybe point me towards that particular option.

  4. #4
    Join Date
    Sep 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Making Border around Prod. Pics using Gloss Black Temp.

    Guess a working link might help http://gulfcoastblades.com

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Making Border around Prod. Pics using Gloss Black Temp.

    1: It's not in your own admin; look on *this* site in Downloads (top of this page).

    2: You can specify a border around images in your stylesheet. Near the top you will see

    a img {
    border: none;
    }

    Don't change this or all image links (including button graphics) on your site will have borders.
    Add below this

    #productListing a img, #productMainImage a img {
    border: 3px;
    }

    There may be other categories of images you want bordered; look up their class/id info with the Firefox Web Developer > Information > Display Element Info button.

  6. #6
    Join Date
    Sep 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Making Border around Prod. Pics using Gloss Black Temp.

    I already had imagehandlre installed, its pretty much a prerequisite now a days, I just couldnt see or locate anything to do with image borders in it.

    Now the good news, YOUR HINT HELPED TREMONDOUSLY......
    Thank You
    I did have to make one simple change though to get it to show up for some reason,(I dont understand why it does it just does and the end is all that matters)
    Where you mentioned use this.....

    #productListing a img, #productMainImage a img {
    border: 3px;
    }
    Just give it a little tweak to include "solid" like below and also the color of choice for your border....

    Code:
     
    #productListing a img, 
    #productMainImage a img {border: 3px solid #ff0000;
         }
    Thanks gjh42
    DAMIAN
    http://gulfcoastblades.com

 

 

Similar Threads

  1. v150 Black border around 'Add to cart' button
    By dwsl2012 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Oct 2012, 10:00 AM
  2. Black border box around product rows?
    By sports guy in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Sep 2010, 08:03 AM
  3. remove border around around images (not image border)
    By Otha in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 23 Aug 2010, 06:03 AM
  4. How do I remove excess black/white border around titles
    By katiekin in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Apr 2008, 09:44 PM
  5. how do I add a border around prod images
    By ecommercegirl in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Mar 2007, 09:54 AM

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