Advertisement
ghenzdeveloper

Untitled

Mar 20th, 2021
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_action( 'embed_head', 'embed_styles' );
  2.  
  3. function embed_styles(){
  4.     echo <<<CSS
  5. <style>
  6.   .wp-embed-heading a{
  7.     font-size: 24px;
  8.     font-weight: normal;
  9.   }
  10. </style>
  11. CSS;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement