Results 1 to 2 of 2

Thread: Showing the value only on top

  1. #1
    User
    Join Date
    08-04-09.
    Posts
    230

    Default Showing the value only on top

    I hope I can explain this right.

    When you have multiple category entries the value is placed above each entry:



    Is it perhaps possible to have it only on top of the list? Or maybe on top of one taxonomy entry?
    Like this:



    Thanks for your help!

  2. #2
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: Showing the value only on top

    The easiest (which also keeps each table accessible with column headers) is to just add this css selector:

    Code:
    .layout_simpletable thead {
        display: none;
    }

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
  •