Shopify themes, liquid, logos, and UX
Spotlight Theme - How do I remove the quantity picker so I can add a price input field with pence ie: £20.51 instead of the up and down arrow. At present they can type this in but it will only take a whole number ie £21, £22
Its just this one product I want to change to this
This is the product I need to change: https://www.disappear-here.co.uk/products/tiktok-shop-payment-link
Please help!
I'm also looking to hire someone who can help me get my website found online so if you're reading this and this is something you do, please let me know!
Hey @disappearhere
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
{% if product.handle == 'tiktok-shop-payment-link' %}
<style>
.product-form__input {
display: none !important;
}
</style>
{% endif %}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
It didnt work 😢
Hi Disappearhere
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
div#Quantity-Form-template--21759208718680__main {
display: none !important;
}
Result:
Best,
Liz
It didnt work 😢
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025