Home › Forums › WoodMart support forum › I want to replace the Quickview button with the Compare button. › Reply To: I want to replace the Quickview button with the Compare button.
March 10, 2021 at 3:40 pm
#272459

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-base .wrap-quickview-button .product-compare-button {
display: block;
}
Best Regards