Adding "Starts at" before price

Solved

Adding "Starts at" before price

ryan139
New Member
6 0 0

Ive read numerous posts but having issues with my theme. 

I would like "starting at" before any and all prices on the website. Ive seen different forms of code but am unsure which I need to use and exactly where i need to put it. 

Allforgedwheels.com password is steode

Accepted Solution (1)

suyash1
Shopify Partner
9777 1213 1553

This is an accepted solution.

@ryan139  please add this css to the very end of your novstyle.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> novstyle.css

.product--item span.money:before {content: "Starts at";    margin-right: 10px;}
To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
9777 1213 1553

This is an accepted solution.

@ryan139  please add this css to the very end of your novstyle.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> novstyle.css

.product--item span.money:before {content: "Starts at";    margin-right: 10px;}
To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
ryan139
New Member
6 0 0

Took a moment to find that novstyle.css file but it worked! Is there a way to do the same thing on the individual product pages? I have prices hidden on certain products but any one with a price I would like it to have the same "starts at"

suyash1
Shopify Partner
9777 1213 1553

@ryan139  from css remove the word .product--item 

 

span.money:before {content: "Starts at"; margin-right: 10px;}
To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
ryan139
New Member
6 0 0

Wonderful!!! Thank you so much for the help!!!!!