From: Anthony Talarico Date: Fri, 5 Jan 2018 17:39:02 +0000 (-0500) Subject: hiding charges text in the cart summary X-Git-Tag: v1.0.0^2~82 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6716b2b26ee39356872f185332af708be344cef0;p=WP-Plugins%2Fglm-member-db-registrations.git hiding charges text in the cart summary cart summary , hiding all charges text except for the first level of each event --- 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 { }