adding visibility to the charges column in cart summary
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:09:59 +0000 (10:09 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 5 Jan 2018 15:09:59 +0000 (10:09 -0500)
cart summary, adding charges column globally for all charges in the summary

css/front.css

index b52b6fe..5f0045a 100644 (file)
@@ -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{