How can We change big Price Icon on the sidebar?

We think customer will understand that this icon means Money, not USD.

But if you want to change it, please put the following code to Appearance -> Theme Options -> Advanced Settings -> Custom JS

jQuery(document).ready(function($){

$(‘.price-range_sign__3thLa’).html(‘yourcurrency’);

});

To change the main price icon: Wiloke Submission -> Currency

Tagged:

Leave A Comment?