Hi, I am using the mobile theme of the Newsmag theme. Also using the Official AMP for WP plugin.
Does anyone know how to deactivate the author from my blogposts? It is non visible on the desktop and the mobile theme but don’t know where to deactivate it for the AMP version.
Thanks.
-
This topic was modified 7 years by
michaelhartenberger.
Hi,
thanks for your answer. I fixed it with deactivating the adminstrip at my AMP pages at my AMP settings. Or at least I think I did.
I would give you my webadress but it is not public yet. Can I send you a screenshot?
Hi,
You can try to add such a custom CSS code in Mobile theme from here -> https://www.screencast.com/t/kcRaWEy4p
Thank you!
It seems to work thank you! Just one more thing, do you know how to change the AMP header and footer color! Thanks
Hi,
If you want to make these changes, you need to use a bit of CSS code for that. Use the code below and place it in Theme panel -> https://www.screencast.com/t/F2FgLyIZ5HsK
.td-header-wrap, .td-mobile-footer-wrap {
background-color: red;
}
Thank you!
Thank you for that, but this isn’t really working. Makes the menu and search icons disappear because they are white and gives me zebra like stripes in the footer.
Thanks anyway