projects
/
WP-Plugins
/
glm-member-db-registrations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09f766b
)
fixing font for the cart title
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 Jan 2018 14:30:54 +0000
(09:30 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 4 Jan 2018 14:30:54 +0000
(09:30 -0500)
cart summary page has an h2 that was being overwritten by theme
css/front.css
patch
|
blob
|
history
diff --git
a/css/front.css
b/css/front.css
index
b80edf0
..
fd8c48b
100644
(file)
--- 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;