Advertisement
arie_cristianD

change_hover_color_in_mobile_menu

Aug 20th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. /* change hover color in mobile menu */
  2.  
  3. .jeg_mobile_wrapper .jeg_aside_item .jeg_mobile_menu a:hover {
  4.     color : #000000 ;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement