Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    help question Border on New & Featured items pictures?

    I'd like to put a border around the pictures under New Items and Featured Items on the front page of my store (http://gleefulthings.com/shop/). Can anyone tell me how to do this? Nothing I've tried so far is working

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Border on New & Featured items pictures?

    Quote Originally Posted by julieoolie View Post
    I'd like to put a border around the pictures under New Items and Featured Items on the front page of my store (http://gleefulthings.com/shop/). Can anyone tell me how to do this? Nothing I've tried so far is working
    add the following to your stylesheet.css

    .centerBoxContentsNew img {
    border: 1px solid #000;
    }

    .centerBoxContentsFeatured {
    border: 1px solid #000;
    }

  3. #3
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Border on New & Featured items pictures?

    thanks, it almost works. On the new items it did put a border around the picture. The only problem is that when a free item shows up there, it will also put a border around the "free" icon.

    On the featured items, it puts the border around the picture, text, and price.

    Is there anything else I can try?

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Border on New & Featured items pictures?

    Quote Originally Posted by julieoolie View Post
    thanks, it almost works. On the new items it did put a border around the picture. The only problem is that when a free item shows up there, it will also put a border around the "free" icon.

    On the featured items, it puts the border around the picture, text, and price.

    Is there anything else I can try?
    This will correct the featured section add the highlighted portion

    .centerBoxContentsFeatured img {
    border: 1px solid #000;
    }

    The free icon is an image, and the way these declarations are set up it will put a border around any image that appears in the new or featured boxes.

  5. #5
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Border on New & Featured items pictures?

    That worked! Thanks!

    Do you know if there's a way to make FREE just text rather than an image?

  6. #6
    Join Date
    Jul 2006
    Location
    Southern California
    Posts
    109
    Plugin Contributions
    0

    Default Re: Border on New & Featured items pictures?

    I found the answer to my question, nevermind!

 

 

Similar Threads

  1. Facebook & Featured Items
    By Beau91324 in forum General Questions
    Replies: 1
    Last Post: 16 Aug 2015, 04:54 PM
  2. v150 specials and new items should be 3 pictures across, instead is 2, 1, 2, 1.
    By i-make-robots in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Apr 2013, 09:28 PM
  3. v150 repeat items in both featured items and what's new
    By buildingblocks in forum Basic Configuration
    Replies: 12
    Last Post: 29 Jun 2012, 10:11 PM
  4. Specials, New, Featured, Also Purchased Boxes - Heading & Border
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Feb 2009, 02:20 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