Advertisement
artemsemkin

Rhye theme: overlay menu colors

Mar 24th, 2022
958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. .menu-overlay > li > a {
  2.   color: red !important;
  3. }
  4.  
  5. .menu-overlay > li > a:hover {
  6.   color: blue !important;
  7. }
  8.  
  9. .menu-overlay .sub-menu > li > a {
  10.   color: green !important;
  11. }
  12.  
  13. .menu-overlay .sub-menu > li > a:hover {
  14.   color: magenta !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement