Changing blog post background colors

  • Unknown's avatar

    Hello,

    How do you change the background colors to the blog post? It’s currently white, I’d like to make it #0D7680.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,



    Open the post you want to customize, then select the block you would like to change the background color. 

    In the editor sidebar, under the Block tab, go to the Advanced section and find Additional CSS Class(es).
    Enter a custom CSS class, for example: blog-background


    Click Update your post.

    Next, head over to Appearance » Customize and then go to Additional CSS tab.
    Enter the following code:


    .blog-background {
    background-color: #0D7680;
    }


    Hope this helps!

  • Unknown's avatar
  • The topic ‘Changing blog post background colors’ is closed to new replies.