Contact background

Where i can edit background color in area “Contact form”

i edit in main.css

/* 10. Contact Us */
#contact-us {
  width: 100%;
  background-color: #3a3a3a;
  padding: 40px 0 50px 0;
  text-align: center;

and nothing happens

please help

and please help with background foother…
i change this andnothing happens

/* 11. Footer */ #footer { width: 100%; background-color: #3a3a3a; padding: 40px 0;

and, i have question
when you update PROJECT to gallery ?

thanks

Hello,

The files that handles the CSS is this one, the minified version:
@import 'layout/css/main.min.css';

The selectors are alright, but you need to generate the min file or better yet, copy the code you tried to modify and place it inside the style.css or some custom CSS plugin.

Let me know if you got it alright.

Regards

i’m not understand

what i must do to change color background in contact ?
please help me.

please give me tutorial how to change background in contact…
why this is difficult ??? can be in THEME OPTIONS…
Please help

OK I HAVE!
I SEARCH IN MAIN.MIN.CSS (NOTEPAD CTRL +F -> CONTACT)

background-color

and i change to background-image

and run!

Thanks!

Hello @lamerczak,

That’s awesome and the way forward to modify the stylesheet in use.

Regards