From 0fe143d727e4739d534e5f62078b3b7f355be7dd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 Jan 2018 16:57:45 -0500 Subject: [PATCH] fixing font for the registration details header registration details header needing fixing to not be overwritten by theme --- css/front.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.17.1