From 433e107db3f09ed1a96c89fd11cec8950b163f78 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 17:33:20 -0400 Subject: [PATCH] display categories w bullet points on product page --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 83cb441..bfa4b66 100644 --- a/css/style.css +++ b/css/style.css @@ -413,6 +413,12 @@ a { transition: 0.3s; } border-radius: 10px; } +.page-node-type-product .product .field--name-field-categories .field--item { + display: list-item; + list-style: circle; + margin-left: 15px; +} + /* product page colors */ .page-node-type-product .product .field--name-field-image { background-color: #eee; -- 2.25.1