How to remove picture caption site wide

  • Unknown's avatar

    Is it possible to do the above? If not can I prevent an automatic picture caption to be added when I post by Email?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    Are you trying to remove the captions from your images here? :

    You can do that if you edit CSS. Please go to Customize → Appearance → CSS and remove the informational content. Try adding this:

    div.tiled-gallery-caption {
    	display: none !important;
    }

    Then you should be set! Feel free to reach out if you have any questions!

  • The topic ‘How to remove picture caption site wide’ is closed to new replies.