Remove f9f9f9
article thumbnail

5 Ways to Customize Your WordPress Post Embeds

HONGKIAT

For example, you can adjust the typography, colors, or layout with CSS like this: wp-embed { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; }.wp-embed-featured-image Now, you can define your own styles in css/embed.css to modify the look of the embed.

Coding 59