/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 03:53:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* 1. 页面H1标题颜色修改 */
.entry-title{
color: #474747!important;
}

/* 2. woocommerce产品详情页标题修改 */
.single-product-category h1{
color: #474747!important;
}

/* 3. woocommerce产品详情页询价按钮颜色修改 */
.woocommerce-js div.product form.cart .button.single_add_to_cart_button{
color: #FFFFFF !important;
background-color: #474747 !important;
}
