Apollow90 Posted May 21, 2022 Posted May 21, 2022 Site URL: https://www.yorhealthspace.com/ Hey there. Wondering how to remove just the dollar sign from product prices. Thanks!
creedon Posted May 21, 2022 Posted May 21, 2022 Please see the following. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Apollow90 Posted May 21, 2022 Author Posted May 21, 2022 4 hours ago, creedon said: Please see the following. Hey Creedon - I tried the code in the thread and had no luck. Is there another way to drop the "$" and just keep the currency type?
creedon Posted May 21, 2022 Posted May 21, 2022 Please post your site-wide password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Apollow90 Posted May 24, 2022 Author Posted May 24, 2022 On 5/22/2022 at 4:29 AM, creedon said: Please post your site-wide password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. We can then take a look at your issue. Thanks Creedon. The password is joebarker
creedon Posted May 24, 2022 Posted May 24, 2022 If none of your products have variants then you can use CSS. Add the following to Design > Custom CSS. body.native-currency-code-aud .sqs-money-native:before { content : unset; } If you have variants then my code cited is the only method to solve the issue. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Apollow90 Posted May 25, 2022 Author Posted May 25, 2022 10 hours ago, creedon said: If none of your products have variants then you can use CSS. Add the following to Design > Custom CSS. body.native-currency-code-aud .sqs-money-native:before { content : unset; } If you have variants then my code cited is the only method to solve the issue. Let us know how it goes. Worked perfectly - thanks Creedon!! creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment