Guest Posted November 15, 2020 Share Posted November 15, 2020 Site URL: https://www.luxyleatherbags.com/shop Hi there, it is possible to add a text, like “+ more colors” between the product title and the price? In picture between Alessandria et $529.00.... all my products has a color variant... Site: https://luxyleatherbags.com thanks a lot! Link to comment
tuanphan Posted November 15, 2020 Share Posted November 15, 2020 add a text or text link or color boxes??? 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
Guest Posted November 15, 2020 Share Posted November 15, 2020 5 minutes ago, tuanphan said: add a text or text link or color boxes??? Just a text 😉 Link to comment
Guest Posted November 16, 2020 Share Posted November 16, 2020 Hi @tuanphan, do you know how I could do this ? Thanks Link to comment
tuanphan Posted November 17, 2020 Share Posted November 17, 2020 Same text for all products? Add to Home > Design > Custom CSS .homepage .summary-title:after { content: "+more colors"; display: 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
Guest Posted November 17, 2020 Share Posted November 17, 2020 Hi @tuanphan, thanks for your reply. Your code works but not at the desired place, I dont need the text in homepage, but in shop page, where all my product are listed .... (see attached image) And yes, it will be allways the same text for all products https://www.luxyleatherbags.com/shop Link to comment
tuanphan Posted November 17, 2020 Share Posted November 17, 2020 Remove above code & add this to Home > Design > Custom CSS /* add text shop page */ .products.collection-content-wrapper .grid-main-meta .grid-title:after { content: "+more colors"; display: 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
Guest Posted November 17, 2020 Share Posted November 17, 2020 it works perfect, thx !!! but you were right, i dont need it for all products, because the text is also displayed for "Gift card" and "leather care set", which havent more colors variants .... is there a way to remove the text for these 2 products please ? Thank you again Link to comment
tuanphan Posted November 17, 2020 Share Posted November 17, 2020 Add tag: morecolor for all products which you want to add text, then add this to Home > Design > custom CSS .tag-morecolor .grid-title:after { content: "+ more colors"; font-size: .9rem; color: #635e50; display: 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
Guest Posted November 17, 2020 Share Posted November 17, 2020 works like a charm, thank you very much ! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.