Archived topic
Change color of WP embed title
1 reply · Started by Michael on April 16, 2020
Hello
I would like to change the color of the following class and can't figure out how. In other cases this works flawless, however, not here:
.wp-embed-heading a {
color: #32373c;
}
My goal is to have a red title in this case.
How do I do that?
I have tried changing the color, marking it as important, no luck so far...
Thanks a lot
Michael
Hi there,
Embeds output the content in an iFrame - and iframes get their styles from the server they are called from. So the styles would need to be added to the originating server.