LaurenAich Posted March 5, 2021 Share Posted March 5, 2021 Site URL: https://www.elkmeadowshops.com/shop-hops/p/mackinac My products are priced by volume, and the smallest volume price seems to auto populate on this product block (which is very confusing and deceptive to customers). It does change as they select product options, but many customers don't seem to go that far and they are feeling deceived by the low price that displays automatically. How do I remove this automatic price display? Or at least have it display WITH the volume (in this case '$5 per oz')?... Does anyone know this edit? Thanks for any advice! Link to comment
tuanphan Posted March 9, 2021 Share Posted March 9, 2021 Hi. Have you found the solution yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
LaurenAich Posted March 10, 2021 Author Share Posted March 10, 2021 I have not found a solution, do you know of one? Link to comment
tuanphan Posted March 12, 2021 Share Posted March 12, 2021 Add to Design > Custom CSS .product-price { visibility: hidden; } span.sqs-money-native { visibility: visible; margin-left: -30px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
LaurenAich Posted March 15, 2021 Author Share Posted March 15, 2021 On 3/12/2021 at 4:49 AM, tuanphan said: .product-price { visibility: hidden; } span.sqs-money-native { visibility: visible; margin-left: -30px; } Thank you for the advice - it looks like this code removed the 'from' text, but not the price... can the price be removed as well? Link to comment
LaurenAich Posted March 15, 2021 Author Share Posted March 15, 2021 Nevermind! I changed the code to: .product-price { visibility: hidden; } span.sqs-money-native { visibility: hidden; margin-left: -30px; } now its completely gone, including the price, thanks again for your help! I really appreciate it! Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 On 3/16/2021 at 12:47 AM, LaurenAich said: Nevermind! I changed the code to: .product-price { visibility: hidden; } span.sqs-money-native { visibility: hidden; margin-left: -30px; } now its completely gone, including the price, thanks again for your help! I really appreciate it! Hi. On mobile, do you want to align left Instagram & remove space under Elk...text? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.