From: Anthony Talarico Date: Thu, 4 Jan 2018 14:30:54 +0000 (-0500) Subject: fixing font for the cart title X-Git-Tag: v1.0.0^2~99 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=44ecbe042fa7fe63f01869e1d6d866ce848263c9;p=WP-Plugins%2Fglm-member-db-registrations.git fixing font for the cart title cart summary page has an h2 that was being overwritten by theme --- diff --git a/css/front.css b/css/front.css index b80edf0..fd8c48b 100644 --- a/css/front.css +++ b/css/front.css @@ -192,6 +192,10 @@ form#checkoutForm h4,.glm-reg-event-item h4{ .glm-reg-event-descr-container h4{ font-color: darkgrey; } +#cart-page-title h2{ + font-size: 27px; + font-family: Arial; +} form#checkoutForm h5{ font-size: 18px; letter-spacing: 1px;