Hide the "View prize:XXX" link onf the final page
By default, when a user wins a direct prize after participating, the Final page shows the "View prize" link, which opens a pop-up with the information of the prize:
However, this link can be hidden by applying the following CSS code:
.success_actions .prizes_btn {
display:none !important;
}
Add the code in Editor > Design > Advanced > CSS styles field:
Iniciar sesión para dejar un comentario.