cart summary , hiding all charges text except for the first level of each event
.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 {
}