vvouu
1
Dear All,
I have a small problem with my shoptimized theme.
I want to add bulletpoints on my homepage and product descriptions. I can add them in rte but they won’t show on my page.
I saw some topics about bulletpoints but not specified for shoptimized.
Does anyone know what kind of code I need to add and where to be able to show bulletpoints in my shoptimized theme?
Below my url and pw.
http://de-e-specialist.myshopify.com
pw: retuow
Thanks in advance!
Regards,
Wouter
Hi,
Its because of list-style set to none
Please add below code in timber.scss.liquid file at end of the file, it will work on product description
.description--tabs ul{
list-style: inherit;
}
vvouu
3
Thank you very much for your quick response. I will add it asap.
Will this only work for product descriptions within the tabs, so not on the homepage?
Thanks in advance!
Regards,
Wouter
in homepage, I’m not sure where you want to show
vvouu
5
Dear,
When you check my homepage, you see a sum up of 3 different types stockings.
I would like to have a bullet point in front of each option.
Would that be possible?
Thanks for you help
Regards,
Wouter
vvouu
6
Hi,
It kind of worked, it shows the bulletpoints, although it also shows a Tick-sign, after the bulletpoint. I inserted code above in timber.
Thanks in advance!
Regards