Home › Forums › WoodMart support forum › Add to quote button on gallery thumbnail › Reply To: Add to quote button on gallery thumbnail
October 22, 2018 at 5:57 am
#84235
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.clear + .yith-ywraq-add-to-quote {
display: none;
}