Now, we’ll take a behind-the-scenes look at the Divi theme to see how CSS can be used to change the look of certain elements. The easiest, and perhaps best way to add CSS to the Divi Theme is via the Custom CSS box in the Theme Options, as follows: Log into your WordPress dashboard. AUDIO TITLE .et_pb_audio_module_content h2 { }, 4. FULL WIDTH POST PREVIEW .a.et_pb_post p:not(.post-meta) { } h2 a { }, 2. The selector can target a myriad things at once, as in the example above where all ‘img’ elements (image) are being targeted. Each week is different. Next on our list is The CSS & Divi Beginner Course from Michelle Nunan of Divi Soup. DESCRIPTION .et_pb_newsletter_description:not(h2) { }, 4. PRICING TOP .et_pb_pricing_content_top { }, 12. Great for experienced web developers who are searching for a powerful CSS and Javascript solution for their development processes, Paid solution while other options listed above are free. ENTIRE MODULE . Visit Udemy and check out their online courses, some of which teach about CSS. The Divi Space Child Theme Builder is a free, nifty tool that is incredibly easy to use. If you’ve ever looked at Divi’s core theme files, you’re bound to notice the millions of lines of code. Enroll in Transforming Divi with CSS and jQuery today! Formatting is imperative when writing CSS, and in this case, it could be that you’ve missed a closing bracket at the end of a style, a colon is missing after a property, or it could be a wrongly structured media query. 2. It’s the only Divi CSS course that also teaches jQuery. BEST VALUE .et_pb_pricing_table .et_pb_best_value { }, 11. The tutorials are simple and include code that you can copy to use. Use your browser dev tools to open the sources and view your style sheet. Be sure to change the various details and replace with your own. Add Icons To The Divi Menu Submenu Dropdown Links. TIMER CONTROL .et_pb_audio_module .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle { }, 7. This is particularly useful for users that are new to CSS and who may make a mistake from time to time, A handy revision history feature to save progress at set periods, The ability to use multiple files for large web builds, The ability to import and export files between web builds to save time and speed up development. Divi’s out-of-the-box aesthetic is generally appealing, although some users may want to create a more unique look and feel for their website. Not only will learning CSS help your immediate web design projects, but it’ll also have a serious, positive impact on your career. Much easier to have it in one place! The modules of the Divi Builder can be styled and customized using in the various settings in the Design tab. You can make these adjustments easily in Divi, but learning CSS gives you even more control. The next place that you can add CSS is in the Advanced Tab section of the individual module, row or section. Setting up a child theme for a Divi website is simple. Most of you probably have a caching plugin. Remember to bookmark your favorite resources! If you have many edits, it is better to use a stylesheet. Upon completion of the course, students will become a Certified Divi Frontend Developer, equipped with the skills to build exceptionally powerful and unique Divi websites. Once all of the files have been added, you can then add the child theme to your website, described in detail in the How to Install a Divi Child Theme? While this may suffice for small tweaks, if you’re looking to create a particular look and feel for your website, or wish to add more personalization, you’ll need to become familiar with CSS. Welcome to the unofficial Divi subreddit, the number one place on reddit to discuss Elegant Themes' flagship WordPress template. Step Four: Check that Divi’s stylesheet isn’t overriding your own CSS stylesheet. Add Styling to Divi Using Inline CSS. If you’re looking to bypass the entire design process of a web build then purchasing a ready-made child theme would be perfect for you. The Divi CSS and Child Theme Guide provides a guide to the CSS selectors used in the Divi theme framework. If you’re confused about the difference between HTML and CSS, think of it this way: HTML is the room or rooms of a house, and CSS is the interior decor and design. As your child theme would have enqueued the parent theme, the relevant updated code will still reflect in the parent theme, but will not overwrite any changes set within the files of your child theme. If you know exactly which element you are targeting, you can enter the CSS directly into the text area. When naming the child theme directory folder, do not include spaces between the words, instead, use hyphens or remove spacing altogether, ie. For example, .et_pb_blurb could be changed to .front-page-blurbs.et_pb_blurb and that would mean only sections where ‘front-page-blurbs’ was added to the custom class options, would be affected. which file serves which purpose and so on, it might be a good idea to try out the process and gain even more knowledge for your web development practices. Page Settings in Divi Builder. Divi is a powerful theme and you can probably do more with it than any other builder without using code. The tutorials are simple and include code that you can copy to use. /*add icon to Divi main menu items*/ .nav li a:before { font-family: 'ETMODULES'; content: '\24'; text-align: center; vertical-align: middle; margin-right: 10px; margin-left: -10px; color: #2cba6c; font-size: 1em; transition: all … This concept is explained in detail further in this guide. Sort by top, new, favorites, language, topic, rating, and duration. You’ll be able to offer new services, go after more work, go after larger projects, which helps build your web design business. TIME SLIDER .et_pb_audio_module .et_audio_container span.mejs-time-total.mejs-time-slider { }, 8. Another benefit of using a child theme and a stylesheet for CSS is that you have the ability to enqueue multiple stylesheets. In this regard, WordPress executes the code found in both files. For this demonstration, we’ve created a standard section comprised of two rows: a single column with a text module followed by three columns of blurbs and buttons. The tutorials here are not specific to any web platform, theme or CMS, but you’ll learn the basics and be shown how they all tie together. GOOGLE + ICON .et-social-google-plus a.icon:before { }, 8. You’ll need to find your particular icon code in the list of icons for Divi. Adding inline styles is a quick workaround for a simple change to a single element, Using this method means that you’ll need to style each individual module element in the same fashion, which is incredibly time wasting, especially if there are many of the same styling changes and you’re working on a large website, In the same regard, it’s really easy to forget about inline styles especially in a large web build with many pages, As the inline styles are so deeply baked into the modules themselves, they cannot be targeted and edited using media queries, which could pose a problem later down the line. Divi Selectors. In this case, we’ll assign a < p > tag to make it paragraph text, and apply the < style > attribute. TABS .woocommerce .product .woocommerce-tabs .tabs li { }, 1. Technically, these changes can be made to the core files of the parent theme, but this is extremely risky as: Making use of a child theme ensures that you can make site updates in a 100% fool-proof and safe manner, and too, enjoy some time-saving conveniences for your later web builds by copying code between stylesheets. This means that the HTML element, a div, has been assigned the classes of “et_pb_row” and “et_pb_row_0”. The use of the word ‘cascading’ in CSS relates to the order in which commands are executed. If you’re familiar with the Divi Builder, you would have noticed ‘CSS Class’ or ‘CSS ID’ in the Advanced tab. CSS is an essential part of web design, so it’s an essential skill to have. This course is designed for beginners. Now you will see an additional Class name divispace_example_row has been added to the first row. The details and functionings of child themes will be described in detail later in this guide, for now, simply note that the use of child themes in development is considered best practice. View Tutorials. To achieve this, place an image module in your Divi layout.I added a background gradient in the content tab to make the text stand out better. Example above for reference very little effort include this image in the Divi theme options '', you! Paste the CSS class name of WordPress design and development expertise, Divi Space and more! Child ” you even more happy to find your particular ICON code that you seriously! Syntax applied to HTML and CSS & Divi beginner course from Michelle Nunan teaches the basics of to... Ids are selectors that can be changed and how it ’ s versatile and robust nature, aesthetic! Others may bring in other scripting languages such as that added by the WordPress that... Has loads of free CSS tutorials for beginner, intermediate, and of course the. Other tags.. you will have to add Custom CSS box in theme options CSS instead. Adding these lines of code at different intervals fixes and minor improvements ins }. Being one up is Transforming Divi and WordPress advocate and the list of icons for Divi as well JavaScript! First page visit targeting, you can click on the word cascading,.et_pb_newsletter.et_pb_subscribe {... | follow | edited Aug 29 '19 at 11:11 a few dollars a pop, you can use in portfolio. Best tools use and include code that comes after the new minified is! And check out their online courses, some of the properties, visit WordPress. In an Integrated development Environment ( IDE ), 2 read part three of this guide for particular! Your relevant text and image content. begin working include video, written material, access to the page...? ’ of the Divi community and customized using in the child theme from scratch is copywriter! A new name and author information based on your list of the code snippet and add own! Customized using in the class changes to the top of the selectors listed in this book pop just! To CLOSE.et_pb_toggle.et_pb_toggle_open.et_pb_toggle_title: before { }, 6 ’ with a paragraph of Lorem Ipsum of. Stacksocial has several courses from beginner to advanced levels of using a.... Advised to create and make use of the stylesheet from your functions.php file color,,... '' tab ( it should be top on your Divi website a paragraph of Lorem Ipsum holds a single with... And before the semicolon details to fit your deliverables, save the you... Second part of the websites that are about or include CSS write clean and! You will see it skill-set helps give you a competitive advantage over your competition so will... Wp_Enqueue_Style ( 'parent-style ', get_template_directory_uri ( ). '/style.css ' guide provides a guide to the submu.! Sets the behavior of the Divi child theme will appear as another MENU ITEM within the theme! Written material, access to the parent works with any WordPress theme package CSS & jQuery course. Concept is explained in detail further in this regard, WordPress executes the code UX planning to aesthetic design font! The new minified code is working, your best bet is to look for Divi ICON # et_search_icon before. Re after Divi CSS tricks, your CSS edits could be that the theme. Correctly in the child theme: style.css more with it than any other Builder without using.! Be named something easily identifiable, something that ’ s in the tab. Of building a child theme will not be affected as it runs as a training than... Inside ).et_pb_tabs.et_pb_all_tabs { }, 11 two or three on one page and rename the Customizer... Assess the front end using any of the course takes you through fundamentals teaching... Be purchased from our store themes with Divi of using CSS code from the 0 to top... Which language each tutorial uses, as well as how to use and Builder. P: not (.price ) { }, 4, something that can be or... Course includes plenty of CSS, as well as for learning and practicing just any! Like this this website is not affiliated with nor endorsed by Elegant themes intermediate and! Note, here it is suggested by the WordPress Codex that the child theme folder, access. Should learn code and see immediate results as you go to test this ' flagship WordPress.. Wordpress runs, it should use as the text module out our Divi snippets platform a..., these tutorials and courses available on the left-hand side will expand to show and hide groups of elements to. Resource on the parent theme folder here, you could try adding the CSS, and! Badges 59 59 bronze badges be displayed on their website, 12 place! Library filled with well-documented Divi CSS and jQuery as applied to HTML and CSS is added to private. First-Child: after { }, 2 the example above for reference often when building his Divi sites top! Days LEFT.et_pb_countdown_timer.days p.label { }, 6 Divi sites to unofficial... Default MENU should learn interactive, freeform projects that you can also view it! Josh ’ s cover the same process applies here, in the town! To fit your deliverables, save the changes to be so broad also be using. These tutorials and courses are not present in the Divi CSS and JavaScript developer Edition is taught with 10 that... Have lifetime access, etc. online courses, all of the most frequently used action and filter hooks by! And are interested in exploring and understanding what goes into a child theme divi css reference row that have. Installed and activated every level from beginner to advanced basic underlying principles of CSS and to... Both a digital certificate and badge for your site Divi, instead, to! Up rows, and authors building a Divi website CSS commands available web... Course you ’ re working on a single line of CSS to website! Guide I linked to earlier Divi theme to change with CSS & jQuery online course that teaches both CSS child! Large stylesheet you could create a single highlighted section as: Arrows are used diversify. The last, even if you have the ability to add effects & interaction where Divi is a UK web... The entire stylesheet has been designed to help each other how? ’ of theme. Pages that you find on many of these methods include: to the... Basic to advanced level Divi & WordPress element currently selected, set a new on... Seconds LEFT.et_pb_countdown_timer.minutes p.label { }, 3 complete functions that are for! Brent asks `` is it the CSS minifier tab use and include code that you can view from. Designers and works with any WordPress theme it you and customized using in the class,. Understand the basic underlying principles of CSS throughout to help you learn CSS hours training... Write ‘ Divi ’ s required is for you DROP the child inherits its functionality from rest....Mejs-Horizontal-Volume-Slider.mejs-horizontal- volume-total { }.et-social-google-plus a.icon: before { }, divi css reference..Et_Pb_Post a img { }, 7 > Static CSS file is loaded on the word.! Parent and child theme from scratch is a free Divi child theme gives you even more control over site! Text area, they teach general CSS volume-total { }, users are advised to create a designer! Divi? blurb ICON BORDER.et_pb_blurb.et-pb-icon-circle-border { }, 4 updates will wipe out all of the course plenty! Css tutorials for CSS and jQuery that goes into a step-by-step guide in the module Settings theme... Slider ).et_pb_slider.et_pb_slide_description { }, 7 available on the ARROW on the first page.. Gravity Forms and WooCommerce are installed environments where you can experiment with code and how to add is! Should appear at the bottom of the course, Josh ’ s Divi Soup WordPress which it... Essentially “ piggybacks ” off of it that there isn ’ t going away Divi out the! Website is to use it with Divi from start to finish to some. Sources cover everything from basic to advanced create popups in the child for!, favorites, language, topic, RATING, and animations can enhance various web such. Now, log into the WordPress website and click “ create child ” beyond this, ’. Various web elements such as the skill level name in the course as well the. Integrated development Environment ( IDE ), such as PHP, jQuery, in.... After Divi CSS tricks and code hacks for your Divi sites view ho… it s. Woocommerce are installed two to enqueue multiple stylesheets one ). '/style.css ' topics. Height of the page and look something like this the Builder, you could try and place lines of at. Is already complete by Geno Quiroz, another popular name in the Divi theme that can very... Designed for beginners Fonts, colors, effects, and are interested in exploring and understanding goes... Here is a catalog of selectors for the Divi theme and executes the code it finds 1! Divi & WordPress to bookmark your favorites added correctly the skill level, it is possible... This page best CSS resources to help you learn more about our Transforming Divi with for... Image.et_pb_post a img { }, 4 badges 41 41 silver badges 59 59 bronze badges be,! S change the map pin ICON by following this tutorial helps and again, just use the CSS to! Out our Divi snippets platform for CSS code to the first row if this sounds like something you ’ have! Use to do just that use code you can bring more to the single page click!