diff --git a/make_post_sell/templates/subscribe.j2 b/make_post_sell/templates/subscribe.j2
index 1897234..a074396 100644
--- a/make_post_sell/templates/subscribe.j2
+++ b/make_post_sell/templates/subscribe.j2
@@ -15,7 +15,11 @@
cursor: pointer;
}
.subscribe-form input[type="radio"] {
- display: none;
+ position: absolute;
+ opacity: 0;
+ width: 0;
+ height: 0;
+ pointer-events: none;
}
.subscribe-form input[type="radio"]:checked + label.freq-option {
border-color: var(--blue-color, #5871ad);
@@ -108,13 +112,13 @@
-
+
-
+