How could I the change the caption style for images inserted in the WP editor? I want to use a sans serif font like the headings style, and also adjust size and color. tried the following in additional css but the caption remains serif, and nothing else works. I found this from an old post on this forum. Much obliged.
.wp-caption>.wp-caption-text,
.wp-caption>.wp-caption-text:last-child,
.gallery-item>.wp-caption-text,
.gallery-item>.wp-caption-text:last-child {
text-transform: inherit;
font-size: 18px;
color: #666666
font-family: sans-serif;
}