Hide "No, thank you" option

Add this code to the Custom CSS field on the Settings tab of your Spinning Wheel widget’s settings:

[class*="content__Decline-sc"] {
display: none;
}

Let us know if this solution was helpful :slightly_smiling_face: