Advertisement
fauzanjeg

Hide Browse File Tab || Featured Image

Jul 28th, 2021
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. /* Hide Browse File Tab || Featured Image */
  2. .image-format-field.form-group ul li a[data-type='image'],
  3. #featured-image #btn-single-image {
  4.     display: none;
  5. }
  6.  
  7. .image-format-field.form-group ul li a[data-type='image-url'] {
  8.     border-bottom: 1px solid #fff;
  9.     background: #fff;
  10.     color: #212121;
  11.     font-weight: 500;
  12. }
  13.  
  14. .jeg_post_editor .image-format-field .jeg_insert_url_wrapper,
  15. .jeg_post_editor .image-format-field .form-input-wrapper #image_url {
  16.     display:block;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement