Advertisement
fauzanjeg

Hidden Category Subtitle for Tablet and Mobile Device

May 17th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. /* Hidden Category Subtitle for Tablet and Mobile Device */
  2. @media only screen and (max-width: 1024px) {
  3.     .jeg_cat_subtitle {
  4.         display: none;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement