52 lines
762 B
CSS
52 lines
762 B
CSS
/*
|
||
* [/] Options personnelles,
|
||
* [/] À propos du compte,
|
||
* [/] Mots de passe d’application,
|
||
* [/] Login/Signup
|
||
*/
|
||
|
||
|
||
/*
|
||
* hide all acf fields with the class 'hide-for-fipf'
|
||
*
|
||
*/
|
||
form#your-profile .hide-for-fipf {
|
||
display: none;
|
||
}
|
||
|
||
|
||
/*
|
||
*
|
||
*
|
||
*/
|
||
form#your-profile h2:has(+ .form-table .user-rich-editing-wrap),
|
||
form#your-profile .form-table:has(.user-rich-editing-wrap) {
|
||
display: none;
|
||
}
|
||
|
||
/*
|
||
*
|
||
*
|
||
*/
|
||
form#your-profile h2:has(+ .form-table .user-description-wrap),
|
||
form#your-profile .form-table:has(.user-description-wrap) {
|
||
display: none;
|
||
}
|
||
|
||
/*
|
||
*
|
||
*
|
||
*/
|
||
form#your-profile #application-passwords-section {
|
||
display: none;
|
||
}
|
||
|
||
/*
|
||
*
|
||
*
|
||
*/
|
||
form#your-profile h2:has(+ .form-table.xoo-aff-form-table),
|
||
form#your-profile .form-table.xoo-aff-form-table {
|
||
display: none;
|
||
}
|