Regarding the "Contact Us" section

How do I change the color of all the text before the actual contact form 7 plugin? Like Place, Customer support texts and Colors of social media icons.

Also, when opened in mobile, the upper right corner show a menu icon that you can expand and when pressed you can “Add a menu” option. How do I remove this from showing up to anyone?

In your custom css, add this rule with whatever color you want:
#contact-us .section-content .contact-us-box .box-right span {
color: #fee3bf;
}

This way it only covers some part of it, how do I change other parts as well?

Also, When adding 5th project in section, it seems to align in the center of the page. How do I make it that 5th, 6th and 7th projects align from the left side?

Thank you in advance.

Hi @tomasbutk,

Try using this css code:

#contact-us .section-content .contact-us-box .box-left {
color:#fff;
}

#contact-us .section-content .contact-us-box .box-right span {
color:#fff;
}

#contact-us .section-content .contact-us-box .box-right {
color:#fff;
}

Regarding the project section alignment please send us your live website so we could see what css code is better for your needs.

Thanks,

Cristian