From 18d80f355d9d8df78b97f818cb4a275002c9a24e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 30 Mar 2016 16:55:47 -0400 Subject: [PATCH] Returned bullets for lists --- css/app.css | 4 +++- scss/plugins/_woocommerce.scss | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index a7076af..22b9607 100644 --- a/css/app.css +++ b/css/app.css @@ -6546,7 +6546,7 @@ main { /* Products page */ /* End Products page */ } .woocommerce ul, .woocommerce ol, .woocommerce li { - list-style: none; } + /* list-style: none;*/ } .woocommerce #woo-quick-display { background-color: white; border-radius: 3px; @@ -6894,6 +6894,8 @@ main { clear: both; } .woocommerce #content .product.type-product .product_meta a { display: initial; } + .woocommerce #content .product.type-product .product_meta .posted_in { + display: none; } .woocommerce #content .product.type-product .variations_form a.reset_variations { display: none !important; } .woocommerce #content .product.type-product .variations_form { diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 174b3fa..85dfeae 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -7,7 +7,7 @@ .woocommerce { font-family: Arial; ul, ol, li { - list-style: none; +/* list-style: none;*/ } #woo-quick-display { background-color: white; @@ -531,6 +531,9 @@ .product_meta a { display: initial; } + .product_meta .posted_in { + display: none; + } .variations_form a.reset_variations { display: none !important; } -- 2.17.1