Shortcode

Posted in: Newspaper
Post count: 5

Hi,

Is is possible to insert shortcodes/bulletpoints like this:
http://www.screencast.com/t/EFI7bQ7uVp

Thanks

Post count: 22421

Hello robske,

It is possible but not from the theme settings. You can do it with a custom CSS code for styling the bullet list: http://www.w3schools.com/css/css_list.asp
You have to find a graphic you wish to use in the list and add this css code in your theme panel:

.td-post-content ul {
list-style-image: url(enter url here);
}

Enter the image URL in the parenthesis

I hope this helps
Thank you!

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