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

#591460

Luke Nielsen
Keymaster

Hello,

It shares the background on the desktop too – https://take.ms/HiYso

1. Blur for bg of buttons – https://take.ms/bzad9

body .wd-product .wd-buttons {
        background-color: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
}

2. The below custom reorders the buttons:

body .wd-product .wd-compare-btn {
    order: 2;
}

body .wd-product .wd-wishlist-btn {
    order: 1;
}

Kind Regards