From: Anthony Talarico Date: Wed, 3 Jan 2018 21:57:45 +0000 (-0500) Subject: fixing font for the registration details header X-Git-Tag: v1.0.0^2~103 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0fe143d727e4739d534e5f62078b3b7f355be7dd;p=WP-Plugins%2Fglm-member-db-registrations.git fixing font for the registration details header registration details header needing fixing to not be overwritten by theme --- diff --git a/css/front.css b/css/front.css index 9e0aa87..efb3971 100644 --- a/css/front.css +++ b/css/front.css @@ -189,6 +189,9 @@ form#checkoutForm h4,.glm-reg-event-item h4{ font-family: Arial; text-transform: none; } +.glm-reg-event-descr-container h4{ + font-color: darkgrey; +} form#checkoutForm h5{ font-size: 18px; letter-spacing: 1px;