Skip to content

Instantly share code, notes, and snippets.

@zephyrmike
Created January 6, 2022 17:09
Show Gist options
  • Save zephyrmike/a66a4ac2435a786976a4383683839a97 to your computer and use it in GitHub Desktop.
Save zephyrmike/a66a4ac2435a786976a4383683839a97 to your computer and use it in GitHub Desktop.
CSS to style the WordPress Query Loop Block
/* query loop featured image */
.wp-block-post-featured-image img {
margin-bottom: 10px;
border-radius: 4px;
}
/* query loop h2 title */
h2.wp-block-post-title {
margin-bottom: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment