hiding charges text in the cart summary
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 17:39:02 +0000 (12:39 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 17:39:02 +0000 (12:39 -0500)
cart summary , hiding all charges text except for the first level of each event

css/front.css

index b058ffe..ec7ea91 100644 (file)
@@ -5,13 +5,13 @@
 .glm-bold{
     font-weight: bold;
 }
-.glm-reg-cart-event-container > .glm-reg-cart-event-class .glm-reg-cart-charges-col {
-    visibility: visible;
+.glm-reg-cart-event-container .glm-reg-cart-event-class:not(:nth-child(2)) .glm-reg-cart-charges-col {
+    visibility: hidden;
 }
-/*.glm-reg-row.glm-reg-cart-event-class{
+.glm-reg-cart-event-class{
     visibility: visible;
     background: red;
-}*/
+}
     
 .glm-reg-event-profile-details {
 }