Aurangajeb

Hide Shortcode label from frontend post/registration form

Nov 13th, 2020
1,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. /**
  2. @ Hide Shortcode label from frontend post/registration form
  3. @ http://prntscr.com/viuq5u
  4. **/
  5. label[for=shortcode_0] {
  6.     display: none;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment