Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2007
    Posts
    87
    Plugin Contributions
    0

    Default Change the color of table heading of category list

    Hi:

    Where can I change the color of the the table heading of the following page. See here.

    http://www.hotdealspot.net/index.php...=index&cPath=1

    What's the name of this table, and where it is in the stylesheet.css.
    need to add a small space between two rows. You can see here, their pictures are too close.

    Thanks,

  2. #2
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    try adding this code to your css

    Code:
    .productListing-data {
    padding: 5px;
    }
    edit highlighted

  3. #3
    Join Date
    Jan 2007
    Posts
    87
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    Thank you, that works, how to change the color on the heading? I can only change the text, but not able to change the color of the link.

  4. #4
    Join Date
    Jan 2007
    Posts
    87
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    There is a dash after the "item name", I think there is a space somewhere cause that, but haven't found it.

  5. #5
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    try adding this to see if it's working

    Code:
    .productListing-rowheading a {
            color: white;
            }

  6. #6
    Join Date
    Jan 2007
    Posts
    87
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    Quote Originally Posted by miles View Post
    try adding this to see if it's working

    Code:
    .productListing-rowheading a {
           color: white;
            }
    You're the man. Thank you very very much.

  7. #7
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Change the color of table heading of category list

    Youre Welcome..

 

 

Similar Threads

  1. How do I change the sort order of a category?
    By libracorn in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 7 Mar 2009, 06:02 AM
  2. Trying to change a heading color
    By twistedsteel4x4 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Sep 2006, 02:17 PM

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
  •