Want to add MRP before ₹ Symbol in Prestige Theme

Hi Can someone help me in getting MRP added before ₹ Symbol in Prestige Theme

1 Like

Hi @SixDegree

You can try to add this code to Custom CSS in Sales channels > Online Store > Themes > Customize > Theme settings and check

price-list.price-list.price-list--product:before {
content: 'MRP';
}

I am getting an error “Online Store Editor Session can’t be published”

1 Like

Please add this code to theme.liquid file instead