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
Problem solved. You are truly a saviour 🙂
You are always welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.