/*
 Theme Name:     Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



/*
--------------------
On the master Divi Theme I edited the file social_icons.php and changed twitter to linkedin.
See changed entry below.


	</li>
<?php endif; ?>
<?php if ( 'on' === et_get_option( 'divi_show_linkedin_icon', 'on' ) ) : ?>
	<li class="et-social-icon et-social-linkedin">
		<a href="<?php echo esc_url( et_get_option( 'divi_twitter_url', '#' ) ); ?>" class="icon">
			<span><?php esc_html_e( 'linkedin', 'Divi' ); ?></span>
		</a>
--------------------
*/


