lienmt Posted November 15, 2020 Share Posted November 15, 2020 (edited) 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! Edited November 15, 2020 by lienmt 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lienmt Posted November 15, 2020 Author 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
lienmt Posted November 16, 2020 Author Share Posted November 16, 2020 (edited) Hi @tuanphan, do you know how I could do this ? Thanks Edited November 16, 2020 by lienmt 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lienmt Posted November 17, 2020 Author Share Posted November 17, 2020 (edited) 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 Edited November 17, 2020 by lienmt 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lienmt Posted November 17, 2020 Author Share Posted November 17, 2020 (edited) 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 Edited November 17, 2020 by lienmt 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; } lienmt 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lienmt Posted November 17, 2020 Author Share Posted November 17, 2020 works like a charm, thank you very much ! 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