fauzanjeg

Hide tab Embed Video

Jul 16th, 2021 (edited)
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. /* Hide tab Embed Video */
  2. .video-format-field.form-group .jeg-tablist li a[data-type="embed-video"],
  3. .video-format-field.form-group .form-input-wrapper #embed-video,
  4. .video-format-field.form-group .form-input-wrapper .jeg_embed_info {
  5.     display: none!important;
  6. }
  7.  
  8. .video-format-field.form-group .form-input-wrapper .choose-video {
  9.     display: block!important;
  10. }
  11.  
  12. .video-format-field.form-group .jeg-tablist li:last-child a {
  13.     border-bottom: 1px solid #fff;
  14.     background: #fff;
  15.     color: #212121;
  16.     font-weight: 500;
  17. }
  18.  
Add Comment
Please, Sign In to add comment