removing charges label for all levels except the first for each event
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:55:31 +0000 (10:55 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:55:31 +0000 (10:55 -0500)
each event in the cart summary should have 1 charge label

css/front.css

index 4b991af..b058ffe 100644 (file)
@@ -5,7 +5,14 @@
 .glm-bold{
     font-weight: bold;
 }
-
+.glm-reg-cart-event-container > .glm-reg-cart-event-class .glm-reg-cart-charges-col {
+    visibility: visible;
+}
+/*.glm-reg-row.glm-reg-cart-event-class{
+    visibility: visible;
+    background: red;
+}*/
+    
 .glm-reg-event-profile-details {
 }
 .reg-cart-summary-edit{