Replies: 0
I am trying to do custom CSS on just the blog page. Normally I would use the special text field, but it is the blog page for the theme. I could create a blog shortcode and add it there but that seems like the wrong way.
Way two is customs CSS in the amp plugin but there is no page specific selector for CSS I can find.
Anybody have any ideas? I would like to add
.amp-featured-wrapper {
display: none;
}
to