removing all charges labels except for the first one at the top
.glm-bold{
font-weight: bold;
}
+glm-reg-cart-charges-col:not(:first-child){
+ visibility: hidden;
+}
.glm-reg-event-profile-details {
}
.reg-cart-summary-edit{
<div class="glm-small-8 glm-column reg-cart-class-name">
<span>Registration Level:</span> {$class.class_name}
</div>
- <div class="glm-small-4 glm-column text-right reg-cart-class-name glm-bold">
+ <div class="glm-small-4 glm-column text-right reg-cart-class-name glm-bold glm-reg-cart-charges-col">
Charges
</div>
</div>