Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'embed_head', 'embed_styles' );
- function embed_styles(){
- echo <<<CSS
- <style>
- .wp-embed-heading a{
- font-size: 24px;
- font-weight: normal;
- }
- </style>
- CSS;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement