Site logo

Archived topic

How to remove credits in footer Powered by Wordpress in AMP version?

3 replies · Started by Karlis on July 27, 2018

Viewing posts 1–4 of 4

Hi there,

first would be worth checking in the AMP plugin to see if you can change the amp footer content, alternatively you can try:

.amp-wp-footer a:first-of-type {
    display: none;
}

Ok, thanks! :)

You're welcome

This archived topic is closed to new replies.