Advertisement
fauzanjeg

Force Show Category for All Display || Fix issue

Aug 10th, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. /* Force Show Category for All Display */
  2. .entry-header .jeg_meta_category {
  3.     display: unset!important;
  4. }
  5. @media only screen and (max-width : 568px) {
  6.     .entry-header .jeg_meta_category {
  7.         display: unset!important;
  8.     }
  9. }
  10. @media only screen and (max-width: 480px) {
  11.     .entry-header .jeg_meta_category {
  12.         display: unset!important;
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement