/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*** Change displayed columns in File Manager plugin*/
td.elfinder-cwd-view-th-perm,  
td.elfinder-col-perm,  
td.elfinder-cwd-view-th-date,  
td.elfinder-col-date {  
  display: none !important;  
}

body.logged-in .menu-item-logged-out {
    display: none !important;
}
body:not(.logged-in) .menu-item-logged-in {
    display: none !important;
}