Removing stars from suggestions in AMP page?

Posted in: Newspaper
Post count: 230

https://i.imgur.com/gFYxY5H.jpg

Any way to remove the stars?

Thanks

Post count: 22421

Hello,

You can disable the reviews from here: https://www.screencast.com/t/CodPdZwflJ
This will, however, affect the main theme as well, not just AMP.

Thank you!

Post count: 230

Never mind then, thanks. Is there not ability to use custom css with the amp thing?

Post count: 35449

Hi,

There’s no option for custom CSS code for AMP version, sorry!
For example here is a custom css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}

The above code is a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH You need to follow the above advice if you want to customize your AMP version.
the path is wp-content>plugins>td-amp>templates>styles.php
results-> https://www.screencast.com/t/ypZ7UyOkP

Thank you for your understanding!

Post count: 230

Okay, thanks for the help

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