Theme Tweaks

Course page:

Force transparent header on course pages:

.single-course #header-space{height:0!important;}
.single-course #header-outer{background: transparent;}

ProfilePress Plugin:

I temporarily disabled the license nag for profilepress cause I ran across it in the plugin files under: profilepress/classes/global-functions.php around line 400. is license empty/valid/invalid. changing the true false to avoid an invalid license. I don’t need an active license right now since there’s not much updating happening, and I don’t need support at the moment.

Last updated

Was this helpful?