Last active
March 14, 2017 03:56
-
-
Save ericakfranz/25d23bfc499b82c7b79e to your computer and use it in GitHub Desktop.
CSS Selectors for customizing the Envira Gallery Tags Addon tag filter links.
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
/* Style the tags list */ | |
ul.envira-tags-filter-list { } | |
/* Style the tags list-items */ | |
li.envira-tag-filter, | |
li.envira-tags-filter { } | |
/* Style the tags link */ | |
li.envira-tag-filter .envira-tags-filter-link, | |
li.envira-tags-filter .envira-tags-filter-link { } | |
/* Style the active tags link */ | |
li.envira-tag-filter .envira-tags-filter-link.envira-tags-filter-active { } | |
/* Style a specific tags list-item by tag slug, this example targets the 'All' tags item */ | |
li#envira-tag-filter-all { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The active tags link class is incorrect (as of 3/2016). Below works.