projects
/
WP-Themes
/
originalbutterflyhouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103fef0
)
Adding prices to the product list for WooCommerce
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 23 Nov 2016 19:55:12 +0000
(14:55 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 23 Nov 2016 19:56:20 +0000
(14:56 -0500)
The products listed in a category did not show the prices beneath
them; they were set to display: none.
scss/plugins/_woocommerce.scss
patch
|
blob
|
history
diff --git
a/scss/plugins/_woocommerce.scss
b/scss/plugins/_woocommerce.scss
index
c1c0d38
..
3ab73b6
100644
(file)
--- a/
scss/plugins/_woocommerce.scss
+++ b/
scss/plugins/_woocommerce.scss
@@
-132,7
+132,6
@@
h1.product_title {
.product.type-product {
border: none;
.price {
- display: none;
color: white;
span {
color: black;
@@
-564,6
+563,7
@@
h1.product_title {
text-align: center;
min-height: 50px;
font-size: 16px;
+ margin-bottom: 0;
}
a.add_to_cart_button {
display: none;