Venera Posted August 12, 2023 Posted August 12, 2023 (edited) Hi guys! Do you know the code that can hide the installment information when the product is sold out? https://www.veneramor.com/store/p/blue Edited August 12, 2023 by Venera forgot add website
Solution Lesum Posted August 12, 2023 Solution Posted August 12, 2023 Hi, here's a code snippet to hide installment information when product is sold out: .sold-out .afterpayString { display: none !important; } Venera 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Venera Posted August 12, 2023 Author Posted August 12, 2023 1 hour ago, Lesum said: Hi, here's a code snippet to hide installment information when product is sold out: .sold-out .afterpayString { display: none !important; } Thank you so much! Lesum 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment