BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › opacity: 0; causing issues on 2.0.4
- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
January 8, 2016 at 12:36 pm #55861@bhagwat-paraggmail-comHello,
The following properties in the main-global.css are causing issues all of a sudden with checkboxes, drop downs, textboxes not being shown. How do i fix it without editing the core css file
item-list-tabs select, #whats-new-form select, .editfield select, #notifications-bulk-management select, #messages-bulk-management select, .field-visibility select, .register-section select, .bbp-form select, #bp-group-course, #bbp_group_forum_id {
opacity: 0;
}buddypress table.notifications input, #send_message_form input[type=”checkbox”], #profile-edit-form input[type=”checkbox”], #profile-edit-form input[type=”radio”], #message-threads input, #settings-form input[type=”radio”], #create-group-form input[type=”radio”], #create-group-form input[type=”checkbox”], #invite-list input[type=”checkbox”], #group-settings-form input[type=”radio”], #group-settings-form input[type=”checkbox”], #new-post input[type=”checkbox”], .bbp-form input[type=”checkbox”], .bbp-form .input[type=”radio”], .register-section .input[type=”radio”], .register-section input[type=”checkbox”], .message-check, #select-all-messages {
opacity: 0;
}Answers
January 9, 2016 at 1:51 pm #55913@
AnonymousHi @bhagwat-paraggmail-com, You can added these to custom css with !important
like this
item-list-tabs select, #whats-new-form select, .editfield select, #notifications-bulk-management select, #messages-bulk-management select, .field-visibility select, .register-section select, .bbp-form select, #bp-group-course, #bbp_group_forum_id { opacity: 0 !important; }
It will override the core css files
Regards
- The question ‘opacity: 0; causing issues on 2.0.4’ is closed to new replies.