Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# WPLMS child theme
Starter WPLMS child theme for every new project
Starter WPLMS child theme for every new WPLMS project
6 changes: 3 additions & 3 deletions includes/theme-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
*
* @return void
*/
function remove_wp_block_library_css()function remove_wp_block_library_css(){
function remove_wp_block_library_css(){
wp_dequeue_style( 'wp-block-library' );
wp_dequeue_style( 'bp-member-block' );
wp_dequeue_style( 'wc-block-style' );
wp_dequeue_style( 'wp-block-library-theme' );
wp_dequeue_style( 'wc-blocks-vendors-style' );
wp_deregister_style( 'wc-block-editor' );
wp_deregister_style( 'wc-blocks-style' );
wp_deregister_style( 'wc-block-editor' );
wp_deregister_style( 'wc-blocks-style' );
}
add_action( 'wp_enqueue_scripts', 'remove_wp_block_library_css' );

Expand Down
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ ul.topmenu .vbpcart span.vicon-shopping-cart.active:after {
/********** FOOTER **********/


/********** PWA **********/

.bp-vibebp .menu-child.downloads {
display: none !important;
}

/******** COURSE PAGE *********/
.course_curriculum .course_lesson span {
font-size: 13px !important;
Expand Down Expand Up @@ -267,4 +273,4 @@ input.wpcf7-form-control.has-spinner.wpcf7-submit.signbtn {
@media (max-width:767px){
/** CSS for mobile device */

}
}