Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #shopp-categories { /* Main container for the entire widget */ }
  2. #shopp-categories h3 { /* Widget title */ }
  3. #shopp-categories ul { /* Top-level category list container */ }
  4. #shopp-categories li { /* All category entries */ }
  5. #shopp-categories li a { /* All category entry links */ }
  6. #shopp-categories li a:hover { /* All category entry links on mouse over*/ }
  7. #shopp-categories li.current a { /* Current category link (when viewing a specific category) */ }
  8. #shopp-categories ul ul.children { /* Sub-category lists */ }
Add Comment
Please, Sign In to add comment