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

#26562
Zex
Moderator

Hello, Diego!

Here are the right codes for you:

/*Hide filtering*/
.woocommerce .product_filtering{
    display:none!important;
}

/*Tab titles color*/
.woocommerce-tabs .tabs li a{
    color:white!important;
}
/*Related Products title color*/
.single-product .related.products h2{
    color:white!important;
}

Regards