Home › Forums › Support › Hide Image Captions This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 26, 2021 at 5:11 am #1710525 Danar Virdaus Hello, How to hide all image’s captions inside posts? I have hundreds of articles and it’s hard to hide one by one. I’ve tried some of the following codes and it doesn’t work: .wp-block-image figcaption { display: none; } .wp-caption .wp-caption-text { display: none; } .wp-caption-text { display: none; } Thank You 🙂 March 26, 2021 at 7:02 am #1710860 DavidStaff Customer Support Hi there, can you share a link to the site where i can see a caption – i can then see what the correct CSS is. March 26, 2021 at 2:05 pm #1711280 Danar Virdaus Sure, i include the url on private information. March 26, 2021 at 2:28 pm #1711291 DavidStaff Customer Support Try this: .wp-block-image .aligncenter>figcaption, .wp-block-image figcaption { display: none; } As you have a cache that is combining all CSS that may mess with the CSS order and you may need to add !important for it to work: .wp-block-image .aligncenter>figcaption, .wp-block-image figcaption { display: none !important; } March 26, 2021 at 2:39 pm #1711296 Danar Virdaus It works! 🙂 Thank you very much 🙂 March 26, 2021 at 2:41 pm #1711298 DavidStaff Customer Support Glad to hear that! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In