Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /* root categories, first level category links */
  2. .horizontal-menu-item--levelTop {
  3. font-size: 16px;
  4. }
  5.  
  6. /* subcategories, second level category links */
  7. .horizontal-menu-item--levelChild {
  8. font-size: 14px;
  9. }
  10.  
  11. /* 3rd, 4th, etc level category links */
  12. .horizontal-menu-item--levelChild .horizontal-menu-item--levelChild {
  13. font-size: 13px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement