I want to replace the circular bullet points with em-dashes (—). Possible? My attempts so far have failed!
If you can help, pls let me know the CSS I should use and where I should put it.
Thanks
Answer:
Please define a custom image with CSS for <li>element.
For WordPress theme, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
li, .entry ul li, .text_block ul li, .icon_text ul li, .tab-pane ul li, .accordion-group ul li {list-style: square inside url("http://xxx.com/emdash.gif");}