Advertisement
fauzanjeg

Change Text Color Mobile Menu if hovered

Jun 24th, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.09 KB | None | 0 0
  1. /* Change Text Color Mobile Menu if hovered */
  2. .jeg_mobile_menu li a:hover {
  3.     color: red;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement