This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* WordPress Blocks | |
* | |
* Default block styling included with WordPress core. | |
* Provides a better starting point for WordPress theme developers, | |
* especially when using Sass. | |
* | |
* @link https://github.com/WordPress/WordPress/blob/master/wp-includes/css/dist/block-library/style.css | |
* | |
* Most styles from the above file are included. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* NOTE: Update the font-size value to your liking. | |
* | |
* These styles should be copied & pasted to a child theme or the "Additional CSS" | |
* area of the WordPress Customizer. | |
* | |
*/ | |
/* Adjust font size of the course descriptions when | |
* using the Course Grid add-on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* These styles should be copied & pasted to a child theme or the "Additional CSS" | |
* area of the WordPress Customizer. | |
* | |
* NOTE: You can change 600px to another value. Any screen sizes BELOW this width | |
* will receive the following styles. | |
*/ | |
/* Hide topic dots on screens below 600px */ | |
@media (max-width: 600px) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* PLEASE NOTE: THIS IS VERY OLD CODE, AND USED TO WORK FOR THE "LEGACY" TEMPLATE, BEFORE LEARNDASH 3.0. IT ALSO DEPENDS ON WHAT THEME YOU ARE USING. | |
* | |
* IT MAY OR MAY NOT WORK FOR YOU. | |
* | |
* I RECOMMEND YOU TRY ENABLING/DISABLE THE "RESPONSIVE VIDEO CSS" OPTION IN LEARNDASH SETTINGS IF YOU'VE HAVING VIDEO ISSUES. | |
*/ | |
/** | |
* This should work for all types of videos: YouTube, Vimeo, Wistia & local videos. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* By default, the Uncanny Owl Toolkit's [uo_dashboard] shortcode does not apply | |
* topic numbers to its output. This code will add topic numbers via CSS. | |
* | |
* These styles should be copied & pasted to a child theme or the "Additional CSS" | |
* area of the WordPress Customizer. They will add sequential numbers to all topics | |
* that are displayed via the Uncanny Owl [uo_dashboard] shortcode. | |
* | |
* This works best when also using lesson numbers. This will create the following structure: | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* By default, the Uncanny Owl Toolkit's [uo_dashboard] shortcode does not apply | |
* lesson numbers to its output. This code will add lesson numbers via CSS. | |
* | |
* These styles should be copied & pasted to a child theme or the "Additional CSS" | |
* area of the WordPress Customizer. They will add sequential numbers to all lessons | |
* that are displayed via the Uncanny Owl [uo_dashboard] shortcode. | |
* | |
* Feel free to remove the period (.) after the number, adjust the margin, | |
* or add additional custom styles. |
NewerOlder