hi can i ask how to put the hide caption option in ur tumblr theme?? thank u :)
hi anon,if you want to hide a caption it’s usually best just to do this on your index page, so that when your visitors visit the actual post through a permalink they can still see the caption!
how to hide captions on your index page
depending on the theme you’re using there might be a caption block within each post type or a single caption block located outside of the post types.
what you’re looking for is this –
{block:Caption}{Caption}{/block:Caption}
wherever that appears in your theme, you want to wrap it in a div class… for example -
{block:Caption}{Caption}{/block:Caption}
then you need to add the corresponding css…
.caption { {block:IndexPage} display:none; {/block:IndexPage} {block:PermalinkPage} display:block; {block:PermalinkPage} }
you can add other css to style your captions, for example a left border, or different background, text colour etc. but that should pretty much do it!
if you found this helpful, a like or reblog is much appreciated!












