fauzanjeg

JNews || Hide Subtitle and Featured Image in Frontend Submit

Dec 7th, 2025
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. /* JNews || Hide Subtitle and Featured Image in Frontend Submit */
  2. .subtitle-field {
  3.     display: none;
  4. }
  5.  
  6. #featured_image img,
  7. #featured_image .remove {
  8.     display: none;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment