• Resolved classies

    (@classies)


    Pretty cool plugin this is, but I’ve come across a few problems.
    Cannot for the life of me get the page backgrounds to change colour, and the text on it to appear lighter so it all fits nicely together.
    Also why do all the blog posts say that they were written 50 years ago?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter classies

    (@classies)

    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.

    Thread Starter classies

    (@classies)

    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?

    Thread Starter classies

    (@classies)

    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.
    Thread Starter classies

    (@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?

    Thread Starter classies

    (@classies)

    Again don’t worry, sorted it.
    It was just a case of turning a couple of dates of in the design settings.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘A Few Problems’ is closed to new replies.