Variable product issues

Home Forums Jevelin Theme Variable product issues

Home Forums Jevelin Theme Variable product issues

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

    Hello,

     

    The input box of a variable product is getting cropped by the theme. The link is there in the private information field.

     

    Also, I would like to cut the SKU mention in a variable product, along with the additional information area mentioned in the screenshot.

     

    Can you help me with the same?

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

    Solution for this topic

    Hi @hopelessgamer,

     

    Thank you for your question.

     

    You can achieve it 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 div.product form.cart .variations select {
        width: auto;
    }
    
    .woocommerce .product .product_meta > span.sku_wrapper,
    .woocommerce .product .woocommerce-tabs.wc-tabs-wrapper {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    hopelessgamer
    Participant

    Problem solved. You are truly a saviour 🙂

    You are always welcome here 🙂

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