Changing blog post background colors
-
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)
-
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-backgroundClick 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!
- The topic ‘Changing blog post background colors’ is closed to new replies.