Satix
Member
SOLVED thanks to @Matt C. Replace "customfieldID" with the ID of your custom user field if you'd like to make these changes to your site:
Hide usertitle:
Hide userfield:
Hi! I have a couple of (hopefully quick) questions.
1. How can I hide the title of a userfield (these)?
2. How can I hide a userfield for certain styles only? For example, hiding the "Node Images" field from a separate style that doesn't utilize this.
https://lakevalor.net
Hide usertitle:
Now for your first question, you can add these to extra.css to hide the titles.
Code:label[for="ctrl_custom_field_customfieldID"], label[for="ctrl_custom_field_customfieldID"], label[for="ctrl_custom_field_customfieldID"] { display: none; }
Hide userfield:
For your second question, there isn't really an option for this, so you'll have to use CSS. You can add this to the extra.css of the style which doesn't utilize "Node Images."
Code:.customFieldEditcustomfieldID { display: none; }
1. How can I hide the title of a userfield (these)?
2. How can I hide a userfield for certain styles only? For example, hiding the "Node Images" field from a separate style that doesn't utilize this.
Last edited: