New Topic

Reply To: changing size of image caption

Home › Forum › Customization › changing size of image caption › Reply To: changing size of image caption

#2571

StartupWP
Keymaster

You’re probably right that it’s a specificity issue and it’s not overriding.

You could try:

#content p.wp-caption-text {
  font-family: arial;
  font-size: 13px;
}