From 44ecbe042fa7fe63f01869e1d6d866ce848263c9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 4 Jan 2018 09:30:54 -0500 Subject: [PATCH] fixing font for the cart title cart summary page has an h2 that was being overwritten by theme --- css/front.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.17.1