Home Forums WoodMart support forum Center product titles Reply To: Center product titles

#130290

Hello,

You can disable the quick view in the Theme Settings > Shop > Quick view

Please add this code to the Theme Settings > Custom CSS > Global:

body .woodmart-buttons > div {
    display: none;
}

Best Regards