In Episode 1, I use Adobe XD to create my logo. 

Plugins installed:

  • Elementor Pro
  • Code Snippets

Added extra code to Code Snippets plugin to function.php: 

				
					// Add Media Library to Elementor Finder
// Place this code in functions.php child theme or Code Snippets plugin
add_filter( 'elementor/finder/categories', function( $categories ) {
	$categories['settings']['items']['wp-media'] = [
		'title' => __( 'Media', 'text-domain' ),
		'icon' => 'image',
		'url' => admin_url( 'upload.php' ),
		'keywords' => [ 'media', 'upload', 'images' ],
	];
	return $categories;
} );
				
			

Fonts Problem: Sign Painter is a copyrighted font inside the MacOS. I can’t use it on my website as a “web font” unless I choose to buy it. I have decided to find a close alternative to it on a free font site. Sooo, back to the logo design with a different font.

Yes you can have Custom Fonts in Elementor Free. My mistake. But I needed Elementor Pro anyway because I ♥️ it.