Advertisement
fauzanjeg

Some Custom Change

Nov 26th, 2021
1,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. /* Hide Meta Right on Singe Post */
  2. .single-post .entry-header .jeg_post_meta.meta_right {
  3.     display: none;
  4. }
  5.  
  6. /* Widget Categories RTL Mode */
  7. .rtl .widget.widget_categories .chosen-container li {
  8.     text-align: right;
  9. }
  10.  
  11. /* Fix Text in Video Length */
  12. .jeg_thumb .jeg_video_length {
  13.     font-family: 'Roboto';
  14. }
  15.  
  16. /* Resize Desktop Logo */
  17. .jeg_logo.jeg_desktop_logo img {
  18.     max-height: 50px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement