The Divi Theme allows you to set a phone number and email address to be shown at the top of the header, as well as a number of social media icons. Here

Keygcco.com Website Goes Live
Keygcco.com, the website for Key General Contractors went live today.
Key General Contractors, an 8(a). MBE, DBE has been in operation since April 11, 2011. Key GC is located in Colorado Springs and is a full service company offering design/build, general contracting and construction management services. The principle members of the organization together have over 33 years of experience in the construction industry. Since its inception Key GC has used this experience and knowledge to deliver the highest quality projects at the best value possible for the Government. We believe that it is necessary for all parties involved in a project, from the owner to the subcontractor, to be kept informed. Having these strong lines of communication has helped us to achieve final products that ate delivered on time and within budget.
Key General Contractors has a long history of providing outstanding quality, using efficient construction methods, and maintaining exceptional professionalism in its workforce.

Modify The Copyright Line and Tag Lines in the Divi Footer
If you’re a website developer modify the

Change the Divi Read More button into outline button
/*Change the read more button into outline button on next line in Divi using this custom CSS in a child theme or your ET theme options panel*/
a.more-link {

Child Theme Configurator
What is a Child Theme?
A child theme is a special feature of WordPress that lets you override specific styles and functions of another theme. By using a child theme, you can update any WordPress theme without losing your changes.
Child Theme Configurator makes it easy.
Child Theme Configurator is a fast and easy to use CSS editor that allows you to create Child Themes and customize them beyond the options of the WordPress theme Customizer. It helps you easily identify and override the exact CSS attributes you want to change and gives you unlimited control over the look and feel while leaving your WordPress Theme untouched.
Thousands of users have already seen the benefits of Child Theme Configurator making it one of the most popular plugins on WordPress.org.* Read the reviews
Child Theme Configurator parses and indexes a WordPress theme

How to change the text on the Divi Footer
The default Divi footer message states that the website was designed by Elegant Themes and powered by WordPress.

Divi Logo Size
To change the size of the logo on the Divi theme, add the following CSS to Custom CSS panel on the Theme Options page.
.et_fixed_nav #logo {
max-height: 75px;
}
.et-fixed-header #logo {
max-height: 50px !important;
padding:0 !important;
}

Divi Sidebar CSS Examples
h4.widgettitle {
background-color: #b5121b;
padding: 10px;
width: 100%;
font-weight: 700;
font-size: 24px;
color: #fff;
margin-bottom: 20px;
}
.widgettitle {
text-align: center;
border-top: 3px solid #ffcc0d !important;
border-bottom: 3px solid #ffcc0d !important;
padding-top: 12px;
margin-bottom: 12px;
font-weight: 900;
}