Looking at the layout in the builder, I’d propose a feature request regarding part of the above.
In ‘HEADER’ there are options to change the header background colour and the element colours.
Ideally this should also be extended to ‘HOMEPAGE’ and ‘SINGLE’ too so that pages and posts can be customised.
Quick update on this thread:
I’ve invested in CSS Hero to arrange my CSS and put it all in the Global Settings within Amp for WP.
One niggling problem though:
Theres a bit of code in the AMP theme:
html.i-amphtml-singledoc:not(.i-amphtml-inabox)>body {
background-color: rgb(0, 0, 0);
}
that no matter how I edit it in CSS Hero or otherwise that leaves a white bar towards the bottom of the front page.
I’ve tried using the !important tag to force it to turn a different colour, but no luck as yet.
How do I get rid of this white bar?
Bit of a ‘bump’ here.
How do I get rid of the white bar?
I thought it might have been the Swift theme but I’ve tried doing a page without the theme and just using the AMP page builder and the white bar is still there.
-
This reply was modified 6 years, 5 months ago by
classies.
Solved it with the help of chrome developer tools.
Just needed a
body {background: black;
}
adding in the global customiser.
So now, why do all the blog posts say they were written 50yrs ago?
Again don’t worry, sorted it.
It was just a case of turning a couple of dates of in the design settings.