GochiSiyan

change amp size

Dec 5th, 2021 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. add_action('amp_post_template_css',function ($class){
  2. ?>
  3. .amp-wp-article {
  4. font-size: 30px !important;
  5. }
  6. <?php
  7. },99999);
Add Comment
Please, Sign In to add comment