Advertisement
fauzanjeg

Force Show View Count and Like/Dislike Button

Sep 27th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. /* Force Show Views Count */
  2. .jeg_views_count {
  3.     display: unset;
  4. }
  5.  
  6. /* Force Show Like/Dislike Button */
  7. .entry-header .jeg_meta_like {
  8.     display: unset!important;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement