Snippets Collections
//Disable Astra Google Fonts

add_filter('astra_google_fonts_selected', function($fonts) {
    return [];
});
/* 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;
}
star

Tue Nov 08 2022 08:50:48 GMT+0000 (Coordinated Universal Time)

#theme #disable #astra
star

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

#astra #theme #woocomerce

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension