Solved

remove the word "now" before the marked down price on the boundless theme?

hfhc
Visitor
2 0 0

Hello,

How do i remove the word "now" before the marked down price on the boundless theme?

 

thank you

Accepted Solution (1)

tim
Shopify Expert
3258 232 1178

This is an accepted solution.

Next to your theme click "Actions"=> "Edit languages"; click "Products" tab and change "Now price html" under "General".

 For English by default it is:

 

<span class="txt--emphasis">now</span> <span class="js-price">{{ price }}</span>

 

 So just change it to 

 

<span class="js-price">{{ price }}</span>

 

 

 

View solution in original post

Replies 2 (2)

tim
Shopify Expert
3258 232 1178

This is an accepted solution.

Next to your theme click "Actions"=> "Edit languages"; click "Products" tab and change "Now price html" under "General".

 For English by default it is:

 

<span class="txt--emphasis">now</span> <span class="js-price">{{ price }}</span>

 

 So just change it to 

 

<span class="js-price">{{ price }}</span>

 

 

 

hfhc
Visitor
2 0 0

thank you sooooo much!!!!