How to get default styling for Tumblr posts
Mainly for text posts with multiple images, instead of using the carousel you can opt to display your posts with the text blocks in-between.
If you would like your Tumblr posts to display without the carousel please follow these instructions:
1. Edit the post and add the tag parsed
2. Add the following Custom CSS to prevent the “parsed” tag from showing up in the tag list.
.tag-parsed {
display:none !important;
}