jasa11
December 31, 2022, 10:55am
1
Hello,
I’m selling a monthly subscribtion item and its been bugging me that I can’t add the word ‘‘monthly’’ next to my products price tag on homepage & product page.
Is there any solution for this?
URL is: jasaoslaj.com
Check on mobile for better experience
Thanks and happy new year!
suyash1
December 31, 2022, 12:06pm
2
@jasa11 - you want like this?
jasa11
December 31, 2022, 12:11pm
3
Yes, but if its possible for it to be after the price like this
‘’/Month’’
suyash1
December 31, 2022, 12:17pm
4
@jasa11 - add this css to the very end of your styles.scss file and check, \ not working in pseudo css, so I made it per month
span.current_price.transcy-price-item:after {content: "\ per month";}