Bulletpoints not working

Posted in: Newsmag
Post count: 2

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.

Post count: 6600

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

Post count: 2

Thanks so much, it now works. Love what you guys are doing with your themes, keep it up.

Post count: 2

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!

Post count: 1

What about regular pages? I don’t see an option to format the list bullet there.

Post count: 6600

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

Post count: 2

Hello again, thank you very much. It is working very well with the code above.
Have a nice day!
Ali

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.