Hi! trying to add text before and after my compare at price using the symmetry theme. I’m tweaking the code but it’s not adding anything - any pointers?
Hi @sbar ,
Do you mind sharing your website so we can provide a specific code?
Hi - of course! link is https://nu7rt0vx4i95es2i-55777165410.shopifypreview.com
If you take a look at the current price I’ve tweaked the CSS to remove the strike-through, but I am trying to create a layout similar to this with the compare at price:
Hi! Thank you but I assume since it’s just adding text around the compare at price (and nothing too hard) it should be easy - the compare at price + if statements are all set and positioned as needed. hoping someone can help me here instead!
Hi @sbar ,
Can you give me the product with compare at price? Cannot find one
HI @sbar ,
Found it. Here you go
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the styles.css
- Paste the code below at the very bottom of the file.
.product-form span.was-price.theme-money:after {
content: " Traditional Retail";
text-transform: capitalize;
}
.product-form span.was-price.theme-money::before {
content: "|";
}
THANK YOU! (for compare at - I’m testing with the “Diva Saddle Bag - Red”) I was trying to edit the product template file, didn’t know this could be done via CSS. I popped in that code and got this: (should I switch the order?)
Hi @sbar ,
Sorry I do not understand. What you mean order?
Hi
After adding the code for “Traditional Retail”,i want this new wording to be applicable to a certain collection only.
Any idea how to confine this wording change to a 1 collection only?
Thanks

