• Resolved paulb22

    (@paulb22)


    Have tried to get assistance with issues on the linked plugin Comparison Table. We have purchased the Pro plugin, but support is difficult to get and limited, hence trying this WP forum route.

    Is it possible to remove/hide the number column (first one shown) in the comparison table?

    It seems to serves no purpose and confuses people thinking it is some sort of ranking or rating position. this may be a good optional to add to plugin when you develop it. The comparison table ‘pro’ purchase is pretty limited in use.
    Thanks in advance

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Hardeep Asrani

    (@hardeepasrani)

    Hey there,

    You can add the following CSS to your WordPress to remove it:

    .cwppose_reviews_table tr > th:first-child,
    .cwppose_reviews_table tr > td:first-child {
        display: none;
    }

    Let us know if that helps.

    Thread Starter paulb22

    (@paulb22)

    Great help thanks worked just fine.

    Thread Starter paulb22

    (@paulb22)

    Following this removal of a number column, can the same be done to take off the ‘link’ column? which is not required on the comparison table, only when you go through to the actual review page.

    Is there some CSS that would achieve that? Thanks

    Plugin Support Poonam Namdev

    (@poonam9)

    Hi @paulb22

    It seems you have already got the solution.

    Let me know if there’s anything else I can do for you.

    Thread Starter paulb22

    (@paulb22)

    Yes the latest plugin update has added a solution for this. Close the topic as resolved.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comparison Table Help’ is closed to new replies.