Created
October 27, 2020 16:13
-
-
Save ronalfy/efb38c7f7603e93a90860172dc518b99 to your computer and use it in GitHub Desktop.
PMPro - Active Level Dropshadow
This file contains hidden or 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
/* 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