/* Caption */
.wp-caption .wp-caption-text {
	color: black;
	font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-left: 0;
}
/* Caption remove dash */
.wp-caption .wp-caption-text::before {
    content: "";
}Customization image's caption in Catch Box 4.8.1 works only classic box
		Hi,
I customized image caption by additional CSS before Gutenberg, as below;
	
