Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;}