From: Steve Sutton Date: Fri, 15 Jan 2016 14:49:31 +0000 (-0500) Subject: update style for forms on shop X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e66d1e4900a6475281bb567052ee3b17e586a6fe;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git update style for forms on shop --- diff --git a/css/app.css b/css/app.css index b363083..d1e16a4 100644 --- a/css/app.css +++ b/css/app.css @@ -7103,6 +7103,10 @@ h2#slide-text { #content-wrapper div.woocommerce #customer_details input[type=text], #content-wrapper div.woocommerce #customer_details input[type=email], #content-wrapper div.woocommerce #customer_details input[type=tel], #content-wrapper div.woocommerce #customer_details select, #content-wrapper div.woocommerce #customer_details textarea, #payment input[type=text], #payment input[type=email], #payment input[type=tel], #payment select, #payment textarea { font-size: 1rem !important; } +#payment select { + padding: 0; + font-size: 1rem; } + .woocommerce-breadcrumb, .woocommerce-info, .create-account { display: none; } diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 11ff18a..c8917a2 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -5,5 +5,9 @@ font-size: 1rem !important; } } +#payment select { + padding: 0; + font-size: 1rem; +} .woocommerce-breadcrumb, .woocommerce-info, .create-account { display: none; } /* End for mountpleasant */