From 0389fdc6d6d0b689c54b16bdc1b208ff4bfdf2dd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 5 Jan 2018 10:09:59 -0500 Subject: [PATCH] adding visibility to the charges column in cart summary cart summary, adding charges column globally for all charges in the summary --- css/front.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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{ -- 2.17.1