• Resolved Fabio G

    (@fabio-g)


    Hi,
    I would like to remove the entire “Pos” column from each ranking so that there is no numbering in the list.
    I have used the following CSS code and it seems to have worked, but I’d like to have your advice in case you have a better one to suggest.

    th.data-rank.sorting {
        display: none;
    }
    
    td.data-rank {
        display: none;
    }

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Roch

    (@rochesterj)

    Hi Favio,

    Thanks for reaching out.

    Sure, this code looks good! If you face any issues just let us know.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding Pos column’ is closed to new replies.