Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2014
    Location
    United States
    Posts
    59
    Plugin Contributions
    0

    Default product listing simple css?

    Okay so I want a bottom border basically a bottom line with size for this but border-bottom: 1px solid #5A2121; does not want to work :/

    Any ideas?

    .productListing-even {
    background-color: #000;
    }
    /* I added this so that I can have odd colors too */
    .productListing-odd {
    background-color: #000;
    border-bottom: 1px solid #5A2121;
    }


    would also like a border bottom for this:

    .productListing-rowheading {
    background-color: #342218;
    height: 2em;
    /* color: #FFFFFF;*/
    }

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: product listing simple css?

    Please provide a link to the site.

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

    Default Re: product listing simple css?

    HTML table rows do not allow CSS to affect their borders in any way, so you have to address different elements, like this:
    Code:
    .productListing-rowheading>.productListing-heading, .productListing-data {border-bottom: 1px solid #5A2121;}

 

 

Similar Threads

  1. v151 Product Listing Control with CSS
    By cyberfolli in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Sep 2013, 03:29 PM
  2. Specific Product Listing CSS file
    By jadedchron in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 27 Jan 2010, 12:01 AM
  3. Simple question: Product Listing
    By srleslie in forum Setting Up Categories, Products, Attributes
    Replies: 14
    Last Post: 3 Jun 2008, 07:17 PM
  4. Product Listing CSS
    By fantasticals in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 12 Apr 2007, 04:43 AM
  5. Simple 1 line product listing?
    By eva01 in forum Setting Up Categories, Products, Attributes
    Replies: 5
    Last Post: 31 Dec 2006, 01:18 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR