• Can I disable the header? I just want to show the poducts in the table.
    And′need to change the color if possible, thanks in advance.
    And how can I change the table for mobile view? No I need to scroll to see the whole table, is there any change to view the whole content responsive?
    Best, Ersen

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    @lovewordpressi

    Please add below CSS code to WP-Admin → Appearance → Customizer → Additional CSS:

    .wpc_product_table thead, .wpc_product_table tfoot {
        display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Disable Header’ is closed to new replies.