How to Hide Product Variants¶
Within Shop Quiz: Product Recommendation Quiz it is possible to hide the product variants dropdown on the results page.
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.
- Open Results Page settings > Advanced.
- Deactivate the
Group product variants
option. - 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:
- Open the Quiz Design tab.
- Scroll to the
Custom CSS
section and clickadd
. -
Paste the following code into the CSS console:
-
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.