Skip to content

Instantly share code, notes, and snippets.

@ronalfy
Created October 27, 2020 16:13
Show Gist options
  • Save ronalfy/efb38c7f7603e93a90860172dc518b99 to your computer and use it in GitHub Desktop.
Save ronalfy/efb38c7f7603e93a90860172dc518b99 to your computer and use it in GitHub Desktop.
PMPro - Active Level Dropshadow
/* Place the following in your child theme's stylesheet or in the WordPress customizer in Additional CSS.
/* Target Specific Level */
#pmpro_level-11 {
-webkit-box-shadow: 5px 5px 15px 5px #000000;
box-shadow: 5px 5px 15px 5px #000000;
}
/* Target Current Level */
.pmpro_level-current {
-webkit-box-shadow: 5px 5px 15px 5px #000000;
box-shadow: 5px 5px 15px 5px #000000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment