"Quantity" label showing up in woocommerce single product page

Home Forums Jevelin Theme "Quantity" label showing up in woocommerce single product page

Home Forums Jevelin Theme "Quantity" label showing up in woocommerce single product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • daniellek
    Participant

    Hi there,

     

    Since a few days ago, the label “quantity” is displaying next to the number of item in the single product page of my website. https://www.yvoxs.com/product/3-year-profit-loss-statement-excel/ I’ve attached a screenshot to show what I’m talking about.

     

    I’m not familiar with coding etc so not sure how to stop it from displaying. Can you please help?

     

    Thanks a lot,

    Danielle

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Danielle,

     

    I hope you are well today and thank you for your question.

     

    You can remove that label by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce  label.sh-quantity-number {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    daniellek
    Participant

    Thank you 🙂

    You are most welcome here 🙂

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