Advertisement
fauzanjeg

Change Color Name User

Dec 27th, 2020
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* Change Only Text Color Name */
  2. @media only screen and (max-width: 1024px) {
  3.     /* Change Color Name */
  4.     .jeg_nav_item.jeg_nav_account .logged {
  5.         color: red;
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement