Apr 17, 2024 2:27 pm
Hi!
In the two fields below, how can I use CSS to make it visible, but not writeable?
Thank you in advance for your help!
8 Replies
Apr 18, 2024 8:03 am
Hi,
You can use the CSS codes below:
.wpf-field-name-user_nicename input {pointer-events: none;} .wpf-field.wpf-field-type-tinymce.wpf-field-name-about {pointer-events: none;}