Plus and minus Astra theme - Hebrew - WPML

PHOTO EMBED

Tue Nov 08 2022 08:49:28 GMT+0000 (Coordinated Universal Time)

Saved by @yosk #astra #theme #woocomerce

/* Plus and minus Astra theme
	Hebrew Fix
*/
html[lang="he_IL"] .woocommerce form .quantity .plus {
	border-left-width: 1px;
	border-right-width: 0px;
	margin-right: 2px;
}
	/* cart page */
html[lang="he_IL"] .woocommerce form .quantity .minus {
	border-right-width: 1px;
	border-left-width: 0px;
	margin-left: 2px;
}
content_copyCOPY