Shopify themes, liquid, logos, and UX
Hi All,
Ik hope you can help me. I want to add text before the compared pricing (and only when compared pricing is added).
Text should be: Adviesprijs
Should be visible in Carousel, Collection page and Product page
Store:
https://thetraveladdict.nl/
Example product url:
https://thetraveladdict.nl/products/100000mah-wireless-power-bank-large-capacity-portable-6in1-charg...
Theme: Craft
Password: Thetraveladdict
Thanks a lot!
Solved! Go to the solution
This is an accepted solution.
@Thetraveladdict replace above code with this one, adjust number 12 as per the need
.price__sale:before {
content: "Adviesprijs";
font-size: 12px;
}
@Thetraveladdict please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
.price__sale:before {
content: "Adviesprijs";
}
@suyash1 Thanks, can we also make the size of Adviesprijs a little bit smaller? It's now very dominant 🙂
This is an accepted solution.
@Thetraveladdict replace above code with this one, adjust number 12 as per the need
.price__sale:before {
content: "Adviesprijs";
font-size: 12px;
}
it worked 🙂 Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025