Is there a way to turn off Photo Captions

  • moxjet1

    #51283

    Been using this theme for years, But recently my client wants us to turn off captions for all the photos. I have searched on here for a way to remove or hide captions and haven’t seen a post can someone help with this? or point me to the thread if i inadvertently missed it?

    autodoor2030

    #51284

    Put that image on your smartphone, then use the photo editing tool, edit the caption and do what you want, then let’s copy it back to use it. Good luck!

    moxjet1

    #51285

    Thanks but was kind of looking for a tool or some code to disable it on a global scale as we have over 3900 blogs and doing it that way would take forever.

    Admin

    Syahir Hakim

    #51295

    Add the following code to WP Admin > Appearance > Customize > Additional CSS:

    .wp-caption .wp-caption-text {
    	display: none;
    }
    

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.