Tagged: schmidtgrafisk
Hi Enfold
How do I change bullet points to letters as / small caps
Thanks ;)
Hey Alan,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2 ol {
list-style: lower-alpha;
}
Best regards,
Rikard
Hey Rikard
Great got on the homepåage, is it possible to have this on all pages ?
Thanks ;)
Hi Schmidtgrafisk,
You can make Rikard’s code global by changing it to:
#top ol {
list-style: lower-alpha;
}
Hope it helps.
Best regards,
Nikko
Great, thanks ;)