Home › Forums › WoodMart support forum › COMPARE button not showing in product archives on mobile and tabs › Reply To: COMPARE button not showing in product archives on mobile and tabs
August 20, 2024 at 11:59 am
#591240
Luke Nielsen
Keymaster
Hello,
Add the code below into the “Mobile CSS” are “Tablet CSS” areas to enable the Compare button:
body .wd-product .wd-compare-btn {
display: block;
}
Kind Regards