cookdpro-woocommerce
/* | |
* Woocommerce styling removed from CookdPro 4.0.0 due to low usage across all sites - saved 4 kb CSS | |
* We don't recommend for food blogs: https://feastdesignco.com/how-to/set-up-woocommerce-shop-genesis/ | |
* If you have woocommerce and need this, add it to your Appearances > Customize > Additional CSS tab | |
*/ | |
/* WooCommerce | |
--------------------------------------------- */ | |
.woocommerce #respond input#submit, | |
.woocommerce a.button, | |
.woocommerce button.button, | |
.woocommerce input.button { | |
background-color: #fff !important; | |
border: 1px solid #333 !important; | |
-webkit-border-radius: 0 !important; | |
border-radius: 0 !important; | |
color: #333 !important; | |
cursor: pointer; | |
font-family: "canada-type-gibson", sans-serif !important; | |
font-size: 10px !important; | |
font-weight: 300 !important; | |
letter-spacing: 2px !important; | |
padding: 17px 24px !important; | |
text-transform: lowercase !important; | |
width: auto !important; | |
} | |
.woocommerce a.button { | |
margin-right: 10px !important; | |
} | |
.woocommerce #respond input#submit:hover, | |
.woocommerce a.button:hover, | |
.woocommerce button.button:hover, | |
.woocommerce input.button:hover { | |
background-color: #333 !important; | |
border-color: #333 !important; | |
color: #fff !important; | |
} | |
.woocommerce div.product .woocommerce-tabs ul.tabs li a { | |
font-family: "canada-type-gibson", sans-serif !important; | |
font-size: 10px; | |
font-weight: 300 !important; | |
letter-spacing: 2px; | |
text-transform: lowercase; | |
} | |
.woocommerce .woocommerce-message::before, | |
.woocommerce .woocommerce-info::before, | |
.woocommerce div.product p.price, | |
.woocommerce div.product span.price, | |
.woocommerce ul.products li.product .price, | |
.woocommerce form .form-row .required { | |
color: #333 !important; | |
} | |
.woocommerce .woocommerce-message, | |
.woocommerce .woocommerce-info { | |
border-top-color: #333 !important; | |
} | |
.woocommerce span.onsale { | |
background-color: #333 !important; | |
font-size: 10px !important; | |
padding: 4px 7px !important; | |
} | |
.woocommerce-cart table.cart img { | |
width: 100px !important; | |
} | |
.woocommerce ul.cart_list li, | |
.woocommerce ul.product_list_widget li, | |
.woocommerce-page ul.cart_list li, | |
.woocommerce-page ul.product_list_widget li { | |
float: left; | |
padding: 1% !important; | |
width: 33.3333%; | |
} | |
.sidebar .woocommerce ul.cart_list li, | |
.sidebar .woocommerce ul.product_list_widget li, | |
.sidebar .woocommerce-page ul.cart_list li, | |
.sidebar .woocommerce-page ul.product_list_widget li { | |
float: left; | |
padding: 1% !important; | |
width: 50%; | |
} | |
.woocommerce.archive ul.products li.product, | |
.woocommerce-page ul.products li.product { | |
text-align: center; | |
} | |
.woocommerce ul.cart_list li img, | |
.woocommerce ul.product_list_widget li img { | |
width: 100% !important; | |
} | |
.woocommerce-checkout #payment ul.payment_methods li { | |
list-style: none; | |
} | |
.woocommerce-page input[type="checkbox"], | |
.woocommerce-page input[type="radio"] { | |
width: auto; | |
} | |
.woocommerce ul.products li.product .price del, | |
.woocommerce div.product p.price del, | |
.woocommerce div.product span.price del { | |
display: inline !important; | |
} | |
.woocommerce .quantity .qty { | |
padding: 16px 0 !important; | |
} | |
.woocommerce-page table.cart td.actions .input-text { | |
width: 120px !important; | |
} | |
.woocommerce-cart table.cart td.actions .coupon .input-text { | |
padding: 15px 10px !important; | |
text-align: center; | |
} | |
.woocommerce-checkout #payment { | |
background-color: #f5f5f5 !important; | |
} | |
.woocommerce .product-title { | |
font-size: 10px; | |
font-weight: 300; | |
letter-spacing: 1px; | |
text-transform: uppercase; | |
} | |
.woocommerce form .form-row textarea { | |
height: 50px !important; | |
} | |
.woocommerce div.product .woocommerce-tabs { | |
display: block; | |
margin: 10px 0 !important; | |
padding: 0; | |
} | |
.product_meta, | |
.product_meta a { | |
border: 0; | |
color: #bbb; | |
font-size: 9px; | |
font-weight: 300; | |
letter-spacing: 2px; | |
text-transform: uppercase; | |
} | |
.woocommerce .related { | |
clear: both; | |
display: block; | |
} | |
.cookd .wcmenucart-contents { | |
color: #bbb; | |
font-size: 11px; | |
letter-spacing: 1px; | |
text-transform: lowercase; | |
} | |
.cookd .woocommerce form.checkout_coupon, | |
.cookd .woocommerce form.login, | |
.cookd .woocommerce form.register { | |
background: #f5f5f5; | |
border: 0 solid #d3ced2; | |
-webkit-border-radius: 5px; | |
border-radius: 5px; | |
margin: 2em 0; | |
padding: 20px; | |
text-align: left; | |
} | |
.woocommerce.archive ul.products li.product, | |
.woocommerce-page ul.products li.product { | |
width: 48% !important; | |
} | |
.woocommerce.archive ul.products li.product, | |
.woocommerce-page ul.products li.product { | |
width: 100% !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment