• Resolved dc360

    (@dc360)


    Hi man,

    I’m trying your plugin and looks amazing. Is there a way to hide the footer column titles?

    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RealMag777

    (@realmag777)

    Hello

    Looks like such option doesn exists, but for now its possible to do with simple CSS code, please try:

    .woot-table tfoot{
       display: none;
    }

    OR

    in shortcode [woot] using attribute: css_classes: any CSS classes for the table container (for example .hidden) – apply any class which has the code above, this way is better as allows to hide footer only for some tables and not for each ones …

    .hidden tfoot{
       display: none;
    }

    Welcome ??

    Thread Starter dc360

    (@dc360)

    Great plugin and great support. Thanks so much RealMag777 for sharing!

    Plugin Author RealMag777

    (@realmag777)

    Welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.