Hi,
I would like to change the USD beside the product price from bold to regular, any one can help me to do it?
I am using Dawn theme.
Hi,
I would like to change the USD beside the product price from bold to regular, any one can help me to do it?
I am using Dawn theme.
Hi,
Please share your store url ?
Thanks
Hi @Good_Mood ,
Can your provide link to your store? The previous link you provided is the admin URL
Go to Online Store → Themes → Customize — click on the price section which you want to change then on left side go down to custom css.
add the following css in custom css or just copy paste it:
.price__regular .price-item–regular {
font-weight: 500;
}
click save
Thanks New_ Dev for your time.
The code changed the whole line the USD and the price also, i just want to make “USD” regular and the keep the price bold.
Thanks Again
Hi @Good_Mood ,
The requirement is not possible without making changes on the template files. As i do not have access to the theme files of your store, I have comeup with a workaround. In this approach, we will be using javascript to update the DOM structure.
Follow these Steps:
{% if product %}
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka