Advertisement
arie_cristianD

cange color for amp

Jul 3rd, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. /* change the hexa code you want */
  2.  
  3. add_action( 'amp_post_template_css', function() {
  4.     ?>
  5.     .amp-wp-article .amp-wp-breadcrumb #breadcrumbs .breadcrumb_last_link a { color : ##53585c ; }
  6.     .amp-wp-meta .amp-wp-byline .amp-wp-author, .amp-wp-meta .amp-wp-byline .amp-wp-author a {color : ##53585c ;}
  7.     .amp-wp-meta .amp-wp-posted-on {color : ##53585c ;}
  8.     <?php
  9. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement