For some reason, after the latest update, my site no longer displays bulletpoints, as can be seen in this article:
http://firststrikegamers.com/2014/12/bravely-second-coming-april-23-plus-collectors-edition-details/
I was just wondering if there was any way to fix this.
Hi,
From the latest update we have added this list styles to the post editor panel under “formats” drop-down so you can highlight the list you want and select that format like this: http://screencast.com/t/xs2u6KvJ
Hope this helps!
Thanks
Hi,
Is there a way to make arrow list style default without editing all the posts? Like adding a code in the theme panel.
Thanks in advance!
Hi,
You can use this custom css from below and set this arrows for all lists located into your post content, like this: http://screencast.com/t/FqABwGCuzm
.td-post-content ul li:before {
font-family: 'newsmag', sans-serif;
content: '\e803';
float: left;
margin-left: -19px;
line-height: 24px;
font-size: 14px;
}
The arrow list format is also present on pages and just like for posts you gave to add a list then highlight it and set the arrow format, like this: http://screencast.com/t/vkmsQnStbzn
Thanks
Hello again, thank you very much. It is working very well with the code above.
Have a nice day!
Ali