Comment/Feedback page and Background color

Hi,
I want to make a page only for people to post comments about all my website and my work (i’m an artist) but i don’t know how to make it.
Also, i can’t find where to change the background color.
Thanks for eveyone who will help me

Hello there,

I hope you are doing well today.

You can enable comments for that pages and post by going to Settings > Discussion and enable "Allow people to post comments on new articles ".

Are you trying to change the background color of the entire website or a specific element?

Best Regards,
Support

Hi,
I’ve tried it but the comment section doesn’t appear on the page.
I’m trying to change the background color of the entire website.
Thanks a lot

Hi there

Please check this link to get more about comments
regarding background color, please show me your website and screenshot of the section where you want to change color

Hi,
Thanks, i will check that link.
Concerning the background, i want to change the white background that you can see on the screenshots.

HI

Don’t forget about link to your website :slight_smile:

Hi,
Here it is : www.altehys.net

Hello there,

I tried accessing the page but I am not able to reach it. Could you please check the link provided to ensure it is correct?

Best Regards,
Support

Sorry I messed up, it is www.altehys.com
Thanks

Hello there,

Thanks for the link.

You can use the following CSS code to change the background color by going to Appearance > Customize > Additional CSS and pasting it there.


#static-page-content {
    background: red;
}

body {
    background-color: red;
}

Best Regards,
Support