Advertisement
GochiSiyan

Untitled

Mar 22nd, 2021
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. add_action('amp_post_template_css',function(){
  2. ?>
  3. h1 {
  4. color:red !important;
  5. }
  6.  
  7. h2 {
  8. color:#002bff !important;
  9. }
  10. <?php
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement