Change Post Background Color
-
How to change the background color of a post in the backend. (in the fronted I found the setting and the bg-color is ok).
The post is created with the default editor and not the elementor.
Please, consult the attachment.
Attachments:
You must be
logged in to view attached files.
Hello,
Thank you so much for purchasing our theme and contacting our support center.
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
Thank you for your response.
I provide you with the admin access.
Sorry, but this account doesn’t have admin privileges so we can’t check this.
Kind Regards
I provide you with the account with admin privilege.
URL: https://www.eurofoodquality.gr/wp-login.php
This changes background and frontend at the same time.
I wouls like the pages background in the frontend to be blue, but when I edit a post in the backenf to be white.
Please, consult my attachment.
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS for admin dashboard
area in Theme Settings to fix this issue.
body.post-type-post div.block-editor-writing-flow {
background-color: #FFF
}