Okay
  Public Ticket #1773878
theme correction
Closed

Comments

  • mistywing7 started the conversation

    how ill remove quantity option ? add buy now ? add appointment  option on every specific product and if i view any category as a page i can see large space at the bottom after footer , how to remove that ?

  • [deleted] replied

    Hi there,

    1— WooCommerce allows you to select how many products you have in stock, so you can select only 1. Anyway if you want to remove quantity with CSS then please add the code below to your Custom CSS area:

    .woocommerce .quantity {
        display: none !important;
    }

    For more info please check if there is any plugin that does this job or contact WooCommerce directly.

    2— As for the appointment maybe you can achieve that with any third-party plugin because WooCommerce plugin doesn't offer an option like this.

    3— The space shows when the page is very small, when the page has enough informations in it then you will not see that space. Anyway, we can check that again when your site is online because it's impossible to help you with this question if your site is on localhost.

  • mistywing7 replied

    Thanks for support.

    ill use css

    The space below footer is too large

    ill try solve it thanks

  • [deleted] replied

    Glad to hear that

    Have a great day!