• Hello Team,

    Love the plugin so far! We’re looking to remove the first ‘labels’ column because we’ll just be comparing one field (an image).

    Also, is there a way to resize the image to fill the screen and overflow?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @angelblackfire,

    If you would like to show only the field image in the compare table, you can go to WPClever >> Smart Compare plugin settings >>> Compare table >>> Fields >>> just select ” image field” to show in the compare table.

    To customize the size of product images in compare table on your site, you can go to WPClever >> Smart Compare plugin settings >> find Image size option then choose a suitable one from the drop-down list: https://prntscr.com/t703nh >> Update options.

    Best regards.

    Thread Starter angelblackfire

    (@angelblackfire)

    Hey @miemie,

    Thanks! We’ve already selected just the image field, and that’s showing, but the first column shows “Image”, then followed by the products. Could we remove the label column? The first column saying label is redundant as it’s clear that it’s already an image.

    The different image sizes still try to contain themselves within the screen until a certain width, is it possible to have it overflow with the scrollbar?

    Cheers

    Plugin Author WPClever

    (@wpclever)

    Hi @angelblackfire

    To hide the label column, please add below CSS code WP-Admin → Appearance → Customize → Additional CSS:

    .woosc-table .td-label {
        display: none !important;
    }
    
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody td {
        padding: 15px !important;
    }

    About the second requirement, please send me your website link first then I can check it and provide specific instructions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete ‘Label’ Column’ is closed to new replies.