Stylesheet for the Child Theme
Do you think you can design a website? Is it the coding that’s holding you back? Does it take too much time? What if you could design a website using a framework that makes things easier? Let me show you how to create a website using Divi and WordPress. It really requires minimal coding in the first place but I’ve been trying different modifications over time and will show you those as we progress in this tutorial series. If you have any specific questions or requests you can ask me using the comments.
The Child Theme
Here’s the code used to create the stylesheet for the child theme in the video:
/* Template: Divi Theme Name: Child Theme for Divi */
Here’s the code used in the functions.php file:
<!--?php // enqueue Divi parent theme styles add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } ?-->
Do you like the WordPress theme I am using? You can purchase the Divi theme from Elegant Themes, I would suggest going for the lifetime package. That’s what I went for and it made the most sense too.
Just letting you know, I do get compensated if you make any purchases after using the link above or any of the links that lead to elegant themes on my website.