Skip to content

How to Hide Product Variants

Within Product Recommendation Quiz it is possible to hide the product variants dropdown on the results page.

how to hide product variants image1

Option 1) Recommend a specific product variant instead

You can recommend a specific product variant instead of the main product by changing your Results Page settings.

how to hide product variants image2

  1. Open Results Page settings > Advanced.

    how to hide product variants image2

  2. Deactivate the Group product variants option.

  3. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

You can recommend a specific product variant instead of the main product by changing your Product Block settings on the Results Page.

  1. Open Results Page.
  2. Find a Product Block and open its settings.
  3. Under Recommendations Type select Product Varaints.

    how to hide product variants image2

  4. Save the changes.

From that point on, the quiz will recommend a specific product variant instead of the main product.

You can recommend a specific product variant instead of the main product by changing your Results Page settings.

how to hide product variants image2

  1. Open Results Page settings > Advanced.

    how to hide product variants image2

  2. Deactivate the Group product variants option.

  3. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

You can recommend a specific product variant instead of the main product by changing your Results Page settings.

how to hide product variants image2

  1. Open Results Page settings > Advanced.

    how to hide product variants image2

  2. Deactivate the Group product variants option.

  3. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

You can recommend a specific product variant instead of the main product by changing your Results Page settings.

how to hide product variants image2

  1. Open Results Page settings > Advanced.

    how to hide product variants image2

  2. Deactivate the Group product variants option.

  3. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

You can recommend a specific product variant instead of the main product by changing your Results Page settings.

how to hide product variants image2

  1. Open Results Page settings > Advanced.

    how to hide product variants image2

  2. Deactivate the Group product variants option.

  3. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

Option 2) Hide the dropdown with custom CSS code

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Scroll to the Custom CSS section and click add.
  3. Paste the following code into the CSS console:

    .no-variants-dropdown {
    display: none;
    }
    
    .lq-variants-dropdown {
    display: none;
    }
    
  4. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Go to the Advanced section and find the CSS console.
  3. Paste the following code into the CSS console:

    .select-variants-container {
    display: none;
    }
    
  4. Remember to save the changes with the top-right Save button to update the preview/live quiz.

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Scroll to the Custom CSS section and click add.
  3. Paste the following code into the CSS console:

    .no-variants-dropdown {
    display: none;
    }
    
    .lq-variants-dropdown {
    display: none;
    }
    
  4. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Scroll to the Custom CSS section and click add.
  3. Paste the following code into the CSS console:

    .no-variants-dropdown {
    display: none;
    }
    
    .lq-variants-dropdown {
    display: none;
    }
    
  4. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Scroll to the Custom CSS section and click add.
  3. Paste the following code into the CSS console:

    .no-variants-dropdown {
    display: none;
    }
    
    .lq-variants-dropdown {
    display: none;
    }
    
  4. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.

It is also possible to recommend only the main product and simply hide the dropdown with custom CSS code. To do that:

how to hide product variants image3

  1. Open the Quiz Design tab.
  2. Scroll to the Custom CSS section and click add.
  3. Paste the following code into the CSS console:

    .no-variants-dropdown {
    display: none;
    }
    
    .lq-variants-dropdown {
    display: none;
    }
    
  4. Remember to publish the changes with the top-right Publish button to update the preview/live quiz.


By using this method you can hide the product variants from quiz recommendations.

We value your feedback!

Take our quick survey