@robertl:
1. CSS code to make the titles/headings ONLY on the home page #E60000 colour:
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
.home #promotion-message h2,
.home #featured-heading,
.home #featured-content .entry-title {
color: #E60000;
}
2. Transparent background on Complaints and Disputes menu item:
Add the following CSS and it will resolve the issue.
.catchresponsive-nav-menu .sub-menu a {
background-color: #fff;
}
3. Since you content is one whole block and you are pointing the break in the middle of the content, I am afraid, this is not possible.
Regards,
Mahesh