From: Anthony Talarico Date: Fri, 5 Jan 2018 15:09:59 +0000 (-0500) Subject: adding visibility to the charges column in cart summary X-Git-Tag: v1.0.0^2~86 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0389fdc6d6d0b689c54b16bdc1b208ff4bfdf2dd;p=WP-Plugins%2Fglm-member-db-registrations.git adding visibility to the charges column in cart summary cart summary, adding charges column globally for all charges in the summary --- diff --git a/css/front.css b/css/front.css index b52b6fe..5f0045a 100644 --- a/css/front.css +++ b/css/front.css @@ -5,9 +5,12 @@ .glm-bold{ font-weight: bold; } -.glm-reg-cart-charges-col:not(:first-child){ +.glm-reg-cart-charges-col{ visibility: hidden; } +.glm-reg-cart-charges-col:first-child{ + visibility: visible; +} .glm-reg-event-profile-details { } .reg-cart-summary-edit{