Hi, after customizing the theme, I noticed that unordered lists show up as bullets (discs), but I want them to be arrows like in your demo content (see screenshot). I also added the following custom CSS to adjust the spacing of unordered lists. I thought if I knew the style name of the arrow shape, I could easily change it via the code. But I cannot find the code terminology that would make them show up arrows. Is there a simple fix to my CSS?
ul {
list-style-type: disc;
line-height: 1.2;
}
ol {
line-height: 1.2;
}
Attachments:
You must be
logged in to view attached files.