# profile-builder/4.0.0/features/content-restriction/assets/css/content-restriction.css

User Profile Builder – Beautiful User Registration Forms, User Profiles &amp; User Role Editor, version 4.0.0. 39 lines.

- Page: https://pluginprobe.com/plugins/profile-builder/4.0.0/code/features/content-restriction/assets/css/content-restriction.css
- Raw: https://pluginprobe.com/plugins/profile-builder/4.0.0/raw/features/content-restriction/assets/css/content-restriction.css
- Modified: 2026-04-06T10:35:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/profile-builder/4.0.0/code/features/content-restriction/assets/css/content-restriction.css#L10-L20`.

```css
#wppb-meta-box-fields-wrapper-restriction-redirect-url,
.wppb-meta-box-field-wrapper-custom-redirect-url:not(.wppb-content-restriction-enabled),
.wppb-meta-box-field-wrapper-custom-messages {
    display: none;
}

#wppb-meta-box-fields-wrapper-restriction-redirect-url.wppb-content-restriction-enabled,
.wppb-meta-box-field-wrapper-custom-messages.wppb-content-restriction-enabled {
    display: block;
}

.wppb-meta-box-field-wrapper-custom-redirect-url.wppb-content-restriction-enabled {
    display: flex;
}

#wppb_post_content_restriction .cozmoslabs-description:not(.cozmoslabs-description-align-right, .cozmoslabs-description-space-left, .cozmoslabs-toggle-description p) {
    flex-basis: 100%;
}

#wppb_post_content_restriction .cozmoslabs-checkbox-list input[type="checkbox"]:disabled + label {
    opacity: 0.6;
}

#addtag #wppb-meta-box-fields-wrapper-restriction-custom-messages{
    margin-bottom: 20px;
}

body.term-php .wppb-taxonomy-content-restriction-cell {
    width: 100%;
}

body.term-php .wppb-taxonomy-content-restriction {
    width: min(920px, 100%);
    max-width: 100%;
}

body.term-php .wppb-taxonomy-content-restriction:first-of-type {
    margin-top: 0;
}
```
