c_kasper Posted October 13, 2022 Share Posted October 13, 2022 Hello, I created a store page that I use to have an overview of different practitioners in our collective and to give the user the option to filter by different kind of services each practitioners offers. On the store page, I would like to add an additional line of information, right under practitioner name. So far it only says the name, but for the user experience it would be great to give a bit more information. I can't find any option to create an additional line of information that is being showed on the store page. If needed: https://www.spiritofbreathcollective.net/collective password: Collective Any advice is highly appreciated. Best, Christian Link to comment
tuanphan Posted October 15, 2022 Share Posted October 15, 2022 Hi. You want to add some description under name? c_kasper 1 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
c_kasper Posted October 31, 2022 Author Share Posted October 31, 2022 On 10/14/2022 at 10:27 PM, tuanphan said: Hi. You want to add some description under name? yes exactly @tuanphan do you know if it is possible? Link to comment
tuanphan Posted November 4, 2022 Share Posted November 4, 2022 On 10/31/2022 at 11:28 PM, c_kasper said: yes exactly @tuanphan do you know if it is possible? If you only have 3 or very few products, you can use this code (Design > Custom CSS) div#thumb-indri-tulusan-e22w9 .grid-title:after { content: "des 1"; display: block; font-size: 16px; } div#thumb-indri-tulusan .grid-title:after { content: "des 2"; display: block; font-size: 16px; } div#thumb-eva-lang .grid-title:after { content: "des 3"; display: block; font-size: 16px; } 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