Advertisement
deadhead1971

CSS for envira gallery tags

Dec 15th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. CSS styles for Envira tags
  2.  
  3. /* Style the tags list */
  4. ul.envira-tags-filter-list { }
  5.  
  6. /* Style the tags list-items */
  7. li.envira-tag-filter,
  8. li.envira-tags-filter { }
  9.  
  10. /* Style the tags link */
  11. li.envira-tag-filter .envira-tags-filter-link,
  12. li.envira-tags-filter .envira-tags-filter-link { }
  13.  
  14. /* Style the active tags link */
  15. li.envira-tag-filter .envira-tags-filter-link.envira-tags-filter-active { }
  16.  
  17. /* Style a specific tags list-item by tag slug, this example targets the 'All' tags item */
  18. li#envira-tag-filter-all { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement