Advertisement
michaellevelup

Hide input value

Jul 12th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /* Hide API email for Kadence Blocks PRO */
  2.  
  3. div.kt-product-container input#kadence_gutenberg_pro_activation_email{
  4.     color:  transparent;
  5. }
  6.  
  7. /* Hide API key and API email for ALL Kadence plugins */
  8.  
  9. div.kt-product-container table input{
  10.     color:  transparent;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement