Tagged: customizing, enfold
Hi
hope to get some help to customize the standard list style with the dots – which is not very nice.
I have many pages with the standard list style like link below
Is there a way to substitute the standard list style with the dots with another one?
Thx, Oli
Hey heufti65!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.entry-content-wrapper div li { list-style-type: circle; }
You can find the full list here – http://www.w3schools.com/cssref/pr_list-style-type.asp
Regards,
Yigit
Perfect. That was exactly what i was looking for.
Best, Oliver