I am struggling with remove the dollar icon.
https://prnt.sc/smb1yn
Why I dont have any options in currency tab?? I have the latest version of plugin.
Also wanted to use html = jQuery(“.ccb-summary-value”).html();
jQuery(“.ccb-summary-value”).html(html.replace(/\$/g, ”));
for deleting that icon, but also struggling where in plugin core to place it..
please help