Apollow90 Posted May 21, 2022 Share Posted May 21, 2022 Site URL: https://www.yorhealthspace.com/ Hey there. Wondering how to remove just the dollar sign from product prices. Thanks! Link to comment
creedon Posted May 21, 2022 Share Posted May 21, 2022 Please see the following. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to comment
Apollow90 Posted May 21, 2022 Author Share 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? Link to comment
creedon Posted May 21, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
Apollow90 Posted May 24, 2022 Author Share 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 Link to comment
creedon Posted May 24, 2022 Share 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 best , and see my profile. Thanks for your support! Link to comment
Apollow90 Posted May 25, 2022 Author Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment