Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 7, 2021 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/00f956bc6e8ef0d33675417134dafaab to your computer and use it in GitHub Desktop.
Save Roy-Oto/00f956bc6e8ef0d33675417134dafaab to your computer and use it in GitHub Desktop.
How to Change the Size and Position of Image Caption Text in WordPress
.wp-block-image figcaption{
font-size: 12px;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment