From 6716b2b26ee39356872f185332af708be344cef0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 5 Jan 2018 12:39:02 -0500 Subject: [PATCH] hiding charges text in the cart summary cart summary , hiding all charges text except for the first level of each event --- css/front.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/front.css b/css/front.css index b058ffe..ec7ea91 100644 --- a/css/front.css +++ b/css/front.css @@ -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 { } -- 2.17.1