CSS tweak for product display name in detail view (remove bold and color)

This commit is contained in:
Greg Neagle
2016-03-10 22:06:43 -08:00
parent f4e81193d0
commit 59236c86e7

View File

@@ -43,8 +43,8 @@ margin-bottom: 12px;
font-family: Helvetica;
font-size: 24px;
line-height: 22px;
font-weight: bold;
color: #6d83a2;
/*font-weight: bold;*/
/*color: #6d83a2;*/
text-shadow: rgba(255,255,255,1) 0 1px 0
}
body.product .product-detail .product-info .title a {