Home Forums WoodMart support forum Products per page problem Reply To: Products per page problem

#354776

Luke Nielsen
Keymaster

Hello,

1. I am glad that you sorted it out.

2. In order to change colors for these fields, enter the code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.

Breadcrumb’s color.

.single-product .woocommerce-breadcrumb a, .yoast-breadcrumb a {
    color: blue;
}

Quantity area color.

.single-product div.quantity input[type="number"],
.single-product div.quantity input[type="button"] {
    color: blue;
}

Plus “+” and Minus “-” button hover color.

.single-product div.quantity input[type="button"]:hover {
    color: yellow;
}

Categories color.

.single-product .product_meta>span a {
    color: blue;
}

If you’d like to contact us, we are here for whatever questions you may have.

Kind Regards