Home Forums WoodMart support forum custom css to hide bottom nav bar in checkout page not working after update

custom css to hide bottom nav bar in checkout page not working after update

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281242

    snackfactorykerala
    Participant

    custom css to hide bottom nav bar in checkout page for mobile not working after latest theme update. this is the css i got before and it was working before.

    .woocommerce-checkout .woodmart-toolbar{
    display:none;
    }
    .woocommerce-cart .woodmart-toolbar{
    display:none;
    }

    check my test website where i test the update before deplying

    #281418

    Hello,

    Please replace the code with this one:

    .woocommerce-checkout .wd-toolbar{
    display:none;
    }
    .woocommerce-cart .wd-toolbar{
    display:none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)