Site logo

[Support request] How to Set content backround to white and set tag + comment inline

Home Forums Support [Support request] How to Set content backround to white and set tag + comment inline

Home Forums Support How to Set content backround to white and set tag + comment inline

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1937734
    Karen

    I am using the basic GeneratePress theme. website https://karenshanley.com

    1. I am trying to set the ENTIRE background to white. In the Customize mode, it shows as white, but still shows as gray on frontend. I’ve added custom css which shows as white in the customizer, but still shows as gray on frontend. I have also changed in COLORS >CONTENT > BACKGROUND set color to white. Has no effect. Where is the setting to make the entire background white?

    2. On the blog posts page, I want the category and comments to be on one line, not two. How/where do I edit that?
    changes needednull

    #1937851
    David
    Staff
    Customer Support

    Hi there,

    can you clear the autoptimize cache ( or temporarily disable the plugin ) and then clear your browser caches to see if the customizer changes take affect.

    To inline the footer meta ( Cat terms and comments ) you can add this CSS:

    footer.entry-meta {
        display: flex;
        flex-wrap: wrap;
    }
    footer.entry-meta span {
        margin-right: 10px;
    }
    #1938076
    Karen

    Thanks so much, David. The inline footer meta css worked. Deactivating, clearing cache (for the millionth time: ) worked on the blog page, but all of the other pages still show the boxed with gray background.

    How do I set ALL pages to all white background?

    #1938112
    David
    Staff
    Customer Support

    Can you disable the Autoptimize plugin so i can see whats going on?

    #1938132
    Karen

    Done

    #1938166
    David
    Staff
    Customer Support

    Hmmm… that color is coming from the Customizer.

    Can you double check the Customizer > Colors > Body > Background.

    And make sure the customizer changes are Published and NOT saved as draft ?

    #1938181
    Karen

    Oh my goodness! I must have changed that 5x and saved. But now it’s working. 🙂

    I guess auto-optimize really isn’t compatible with this theme…

    #1938188
    David
    Staff
    Customer Support

    Glad to hear that!

    Its not an incompatibility issue.
    Autoptimize combines CSS files and other stuff and then saves them in a combined cached file. Which sometimes needs clearing before you see the updates. Its the same for all Optimization/Caching plugins. And we use Autoptimize on our own site 🙂

    My general rule is to disable cache/optim plugins whenever i am making changes to the Theme Customizer. And only enable them when i am done.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.