ajdrake
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Gutenberg 18 strips color from 2015 Theme pagesHi, I got rid of the problem by uninstalling the Gutenberg plugin — something going on there was causing the problem, and I don’t really need the extra plugin anyway. Thanks for the response.
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Gutenberg 18 strips color from 2015 Theme pagesHello Felipe,
The site as you’ve copied it above is exactly how it should look, but it only looks that way because I rolled back Gutenberg’s plugin to 17.82. They’re up to 18.01 now, but the new versions change the ligh-tan-colored areas (#f1efe6) to white. Somehow, the CSS I’m using doesn’t work anymore, and it’s definitely Gutenberg’s changes that are causing this issue. It’s cosmetic, of course, but still, it ruins the color scheme. Do you think there’s a workaround for it?
Thanks,
Al
Forum: Themes and Templates
In reply to: [Twenty Fifteen] Gutenberg 18 strips color from 2015 Theme pagesHi jordesign, thanks for the response. Here’s the “Additional CSS Code” I’m using at present. What doesn’t work with the latest Gutenberg version is the page color and the color of the bottom strip that says “Proudly Powered by WordPress.”
h1.entry-title {
text-align: center;
}.hentry {
background: #f1efe6;
}.entry-footer {
background: #303030;
color: #fff;
}.entry-footer a {
color: #fff;
}.site-footer {
background-color: #f1efe6
}