Created
March 19, 2019 22:07
-
-
Save greathmaster/bcd0592ed6bf6cdcc821a29469402968 to your computer and use it in GitHub Desktop.
PMPro Advanced Levels Shortcode CSS to highlight a particular level in "compare table" mode.
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
.pmpro_level-highlight{ | |
background-color:#ADD8E6 !important | |
} | |
.pmpro_level-current{ | |
background-color:#ADD8E6 !important | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment