BuddyBoss Home – Web Support Forums Themes Boss. theme opacity: 0; causing issues on 2.0.4

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #55861
    @bhagwat-paraggmail-com

    Hello,

    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

    #55913

    Anonymous
    @

    Hi @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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘opacity: 0; causing issues on 2.0.4’ is closed to new replies.