evincent Posted March 23, 2023 Share Posted March 23, 2023 I'm creating a store exclusively for my patrons and would like to alter the "sale" text on the sale badge. The item is not on sale, it's a perk of being a patron. Looking through the help center, it said it cannot be changed. Perhaps with a bit of code? Thank you, Link to comment
tuanphan Posted March 25, 2023 Share Posted March 25, 2023 Hi, We can use code to rename this text. Can you share link to page where you use sale badge? We can check code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
evincent Posted April 11, 2023 Author Share Posted April 11, 2023 On 3/25/2023 at 5:16 PM, tuanphan said: Hi, We can use code to rename this text. Can you share link to page where you use sale badge? We can check code easier evwiii.com/patreon-store Link to comment
tuanphan Posted April 15, 2023 Share Posted April 15, 2023 On 4/12/2023 at 6:12 AM, evincent said: evwiii.com/patreon-store You can add this to Design > Custom CSS .product-mark.sale { font-size: 0; } .product-mark.sale:before { content: "new text"; font-size: 16px; padding-top: 5px; display: inline-block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment