Advertisement
GochiSiyan

functions.php

Aug 2nd, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. add_action('amp_post_template_css', function () {
  2. ?>
  3. .amp-wp-article-footer .amp-wp-meta {
  4. display: block;
  5. }
  6.  
  7. .amp-wp-comments-link a {
  8. border-style: solid;
  9. border-color: #c2c2c2;
  10. border-width: 1px 1px 2px;
  11. border-radius: 4px;
  12. background-color: transparent;
  13. color: #0a89c0;
  14. cursor: pointer;
  15. display: block;
  16. font-size: 14px;
  17. font-weight: 600;
  18. line-height: 18px;
  19. margin: 0 auto;
  20. max-width: 200px;
  21. padding: 11px 16px;
  22. text-decoration: none;
  23. width: 50%;
  24. -webkit-transition: background-color .2s ease;
  25. transition: background-color .2s ease;
  26. text-align: center;
  27. }
  28. <?php
  29. },99999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement