AMP

Posted in: Newspaper
Post count: 225

Hello, I want to remove footer LOGO on AMP version https://i.imgur.com/gXm6coK.jpg Also remove About US and Follow US! text.

Post count: 35449

Hi,

In order to achieve that you’ll need to make some change in amp plugin
go in wp-content/plugins/td-amp/templates/style.php
https://www.screencast.com/t/37iILXj1cYQS
.amp-mode-mouse .td-footer-logo ,
.amp-mode-mouse .block-title
{
display: none;
}

Hope this will help you.
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.