Delete and personnalize some things

Hello, I’m really happy with this theme and I’m about to finalize it but I need some changes.

  1. In every page, I want to delete this section on the right with Products etc …

  2. I don’t remember how to change colors outside the home page. Like the blue color behind “Mon super titre” on the photo above.

  3. How to change the hover color button. In this page, it’s for the contact form for example. You can see that we can’t read anything

  4. Also, on the color section for the home page (and this is for every page on the site?) can we change the color with hexadecimal ? Because it’s too random with the picking color …

Thank you in advance for your answers !

I can’t load the photos I talked about. Here’s the picture

Hey there,

I hope you are well today and thank you for your question.

  1. Go to Appearance > Widgets and edit the sidebar with the product text.

  2. The color settings are found in the widget. Appearance > Customize > Front Page Section. When you edit the widget you can change the background color.

  3. You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*change button text color on hover*/
#blog .blog-post .blog-post-button:hover{
  color:#fff;
}

Can you provide the URL to your website so I can assist you with the other requests?

Best regards,
Support.