Bläddra i källkod

#5397: Gazette: Fix WooCommerce sale price (#6184)

Bob Matyas 3 år sedan
förälder
incheckning
2d1eff2829
1 ändrade filer med 8 tillägg och 0 borttagningar
  1. 8 0
      gazette/style.css

+ 8 - 0
gazette/style.css

@@ -430,6 +430,7 @@ ins {
 	padding: 0 0.2em;
 	padding: 0 0.2em;
 	text-decoration: none;
 	text-decoration: none;
 }
 }
+
 big {
 big {
 	font-size: 125%;
 	font-size: 125%;
 }
 }
@@ -2651,6 +2652,13 @@ video,
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }
 
 
+/*--------------------------------------------------------------
+# WooCommerce
+--------------------------------------------------------------*/
+.woocommerce .price ins {
+	color: inherit;
+}
+
 /*--------------------------------------------------------------
 /*--------------------------------------------------------------
 # Jetpack
 # Jetpack
 --------------------------------------------------------------*/
 --------------------------------------------------------------*/