• Resolved vnewee

    (@vnewee)


    Hi there,

    I am not using both the pricing and button rows. How can I delete them on the comparison table?

    Appreciate your help. Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Hardik Sharma

    (@hardiksharma)

    Hi @vnewee,
    Right now no option available to delete row. So you can do this by adding custom code. Add this custom css. Under Widget Advanced tab > Custom Css.

    selector tbody tr:last-child {
        display: none;
    }
    selector tbody tr:first-child {
        display: none;
    }
    Thread Starter vnewee

    (@vnewee)

    Really appreciate it! Thanks a million!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete rows on comparison table’ is closed to new replies.