Advertisement
ghenzdeveloper

Dark background wordpress embed

Dec 5th, 2024
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. add_action('embed_head', function(){
  2.     echo '<style>.wp-embed { background-color: #191919 !important; color: #ffffff !important; border: 1px solid rgba(70, 77, 87, 0.1) !important} .wp-embed a{ color: #ffffff !important }</style>';
  3. });
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement