Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'amp_post_template_css', 'ampforwp_add_custom_css_example', 11 );
- function ampforwp_add_custom_css_example() { ?>
- /* Add your custom css here */
- .amp-wp-author a {
- pointer-events: none;
- cursor: default;
- }
- <?php
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement