Shop Categories

X

Reply To: hide woocommerce “sort menu” and tabs title color inside woocommerce product

Home Forums Agama Pro hide woocommerce “sort menu” and tabs title color inside woocommerce product Reply To: hide woocommerce “sort menu” and tabs title color inside woocommerce product

#26567
Zex
Moderator

Hi,

1. Maybe you should try the WP Image Zoom plugin

How to Add Magnifying Zoom for Images in WordPress

2. Use the next codes:

/*Checkout tiltle color*/
.woocommerce-checkout h3 {
    color:white!important;
}
/*Checkout label title color*/
.woocommerce-page form .form-row label {
    color:white!important;
}

Regards