Title: checkbox hidden
Last modified: June 7, 2022

---

# checkbox hidden

 *  Resolved [melchi2](https://wordpress.org/support/users/melchi2/)
 * (@melchi2)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/checkbox-hidden-2/)
 * It’s a shame, is it planned soon? I wanted to report a display bug with [events_list
   scope=”future” limit=5 pagination=1] Here is my page [locations_map width=729
   height=300 scope=”future”] CONTENTS I also have another problem on the page to
   create an event the checkboxes do not appear. Thanks in advance for your help
 *     ```
       /* Link colors */
       .um a.um-link,
       .um .um-tip:hover,
       .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
       .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
   
       .um .um-member-name a:hover,
       .um .um-member-more a:hover,
       .um .um-member-less a:hover,
       .um .um-members-pagi a:hover,
       .um .um-cover-add:hover,
       .um .um-profile-subnav a.active,
       .um .um-item-meta a,
       .um-account-name a:hover,
       .um-account-nav a.current,
       .um-account-side li a.current span.um-account-icon,
       .um-account-side li a.current:hover span.um-account-icon,
       .um-dropdown li a:hover,
       i.um-active-color,
       span.um-active-color
       {
           color: #080808 !important;
       }
   
       .um a.um-link:hover,
       .um a.um-link-hvr:hover {
           color: #080808 !important;
       }
   
       /* Button colors */
       .um .um-field-group-head,
       .picker__box,
       .picker__nav--prev:hover,
       .picker__nav--next:hover,
       .um .um-members-pagi span.current,
       .um .um-members-pagi span.current:hover,
       .um .um-profile-nav-item.active a,
       .um .um-profile-nav-item.active a:hover,
       .upload,
       .um-modal-header,
       .um-modal-btn,
       .um-modal-btn.disabled,
       .um-modal-btn.disabled:hover,
       div.uimob800 .um-account-side li a.current,
       div.uimob800 .um-account-side li a.current:hover,
       .um .um-button,
       .um a.um-button,
       .um a.um-button.um-disabled:hover,
       .um a.um-button.um-disabled:focus,
       .um a.um-button.um-disabled:active,
       .um input[type=submit].um-button,
       .um input[type=submit].um-button:focus,
       .um input[type=submit]:disabled:hover
       {
           background: #4c3d66 !important;
       }
   
       .um .um-field-group-head:hover,
       .picker__footer,
       .picker__header,
       .picker__day--infocus:hover,
       .picker__day--outfocus:hover,
       .picker__day--highlighted:hover,
       .picker--focused .picker__day--highlighted,
       .picker__list-item:hover,
       .picker__list-item--highlighted:hover,
       .picker--focused .picker__list-item--highlighted,
       .picker__list-item--selected,
       .picker__list-item--selected:hover,
       .picker--focused .picker__list-item--selected,
       .um .um-button:hover,
       .um a.um-button:hover,
       .um input[type=submit].um-button:hover{
           background: #4c3d66 !important;
       }
   
       /* Button alt colors */
       .um .um-button.um-alt, 
       .um input[type=submit].um-button.um-alt {
           background: #4c3d66 !important;
       }
   
       .um .um-button.um-alt:hover,
       .um input[type=submit].um-button.um-alt:hover {
           background: #4c3d66 !important;	
       }
   
       /* Five star */
       input[type=checkbox].rtb-edit-view-booking {
       appearance: auto;
       -webkit-appearance: auto;
       }
   
       /*
        * Css by ITClan BD 
        */
       .um_user_photos_activity_view .placeholder-img {
           flex-basis: 100% !important;
           height: auto;
       }
       .rtb-booking-form fieldset.reservation {
           margin-bottom: 20px !important;
       }
       .rtb-textarea label,
       .rtb-select label,
       .rtb-text label{
       	display:none !important;
       }
       .rtb-booking-form fieldset>div {
           margin-top: 0 !important;
       }
       .rtb-booking-form fieldset legend {
           display: none !important;
       }
       :is(.rtb-booking-form, #stripe-booking-form) button {
           margin: 0 0 20px 0 !important;
       }
   
       .post-password-form input[type="submit"]:hover{
       	background-color: #d85b1f;
         border: none;
         color: #fff;
       }
       .post-password-form input[type=password] {
       	width: 85%;
         margin: 0 auto !important;
       }
   
       .rtb-booking-form fieldset.rtb-contact .rtb-select{
           width: 33.33% !important;
           padding: 0 15px;
       		float: left;
       }
       .imgs-grid-modal {
           z-index: 9999;
       }
       .rtb-booking-form form fieldset.reservation input, .rtb-booking-form form fieldset.reservation select,
       .rtb-booking-form form fieldset.rtb-contact select, .rtb-booking-form form fieldset.rtb-contact textarea, .rtb-booking-form form fieldset.rtb-contact input {
           margin-bottom: 20px;
       }
       .rtb-booking-form fieldset.reservation {
           margin-bottom: 20px !important;
       }
   
       @media screen and (max-width: 767px) {
       	.rtb-booking-form fieldset.rtb-contact .rtb-select{
               width: 100% !important;
           }
       }
   
       /* desctiver telechargement dans vidéo */
       video::-internal-media-controls-download-button {
           display:none;
       }
   
       video::-webkit-media-controls-enclosure {
           overflow:hidden;
       }
   
       video::-webkit-media-controls-panel {
           width: calc(100% + 30px); /* Adjust as needed */
       }
   
       /* Better messages dark */
   
       .bp-messages-wrap {
           border: none;
           background-color: #1d2333;
           box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
       	  color: white;
       }
       .bp-messages-wrap .participants-panel h4{
       	color: white;
       }
       .bp-messages-user-list{
           background-color: #1d2333;
       	  color: white;
       }
   
       .bp-messages-wrap.bp-messages-mobile .reply .send button[type=submit], .bp-messages-wrap.bp-messages-mobile .reply .send button.bpbm-record-voice-button{
       	background-color: #1d2333 !important;
       }
   
       #bp-better-messages-mini-mobile-container, #bp-better-messages-mobile-view-container,
       #bp-better-messages-mini-mobile-open{
           background-color: #1d2333 !important;
       }
   
       .bp-messages-user-list .user,
       .bp-messages-user-list .user *{
       	color: white;
       }
       .bp-messages-wrap .chat-header .bpbm-search form .close i {
           color: black !important;
       }
   
       .bp-messages-wrap .threads-list .thread .info > *{
           color: white;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs {
           background-color: #1d2333;
           border-bottom: 1px solid #2f3749;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs > div {
           color: #ffffff;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs > div .fas {
           color: #ffffff;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs > div.active {
           background-color: #343c52;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs-content {
           background-color: #21283b;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs-content .bp-messages-user-list {
           background-color: #21283b;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs-content .bp-messages-user-list .user .name {
           color: #ffffff;
       }
   
       .bp-messages-wrap.bp-better-messages-list .tabs-content .bp-messages-user-list .user .actions .fas {
           color: #ffffff;
       }
   
       .bp-messages-wrap .chat-header {
           border-bottom: 1px solid #2f3749;
           background-color: #21283b;
       	  color: #ffffff;
       }
   
       .bp-messages-wrap .chat-footer {
           border-top: 1px solid #2f3749;
           background-color: #21283b;
       }
   
       .bp-messages-wrap .chat-header .bpbm-search form input {
           border: 1px solid #3f485f;
           background-color: #1d2333;
       }
   
       .bp-messages-wrap .chat-header .bpbm-search form input:focus {
           border-color: #7750f8;
           box-shadow: none;
       }
   
       .bp-messages-wrap .chat-header .fas,
       .bp-messages-wrap .chat-header .far {
           color: #ffffff;
       }
   
       .bp-messages-wrap .chat-header .starred-messages {
           color: #ffffff !important;
       }
   
       .bp-messages-wrap .chat-header .bpbm-deleted-user-link,
       .bp-messages-wrap .chat-header .user {
           color: #ffffff !important;
       }
   
       .bp-messages-wrap .chat-footer .fas,
       .bp-messages-wrap .chat-footer .far {
           color: #ffffff;
       }
   
       .bp-messages-wrap .bp-messages-side-threads {
           border-right: 1px solid #2f3749;
       }
   
       .bp-messages-wrap .bpbm-os-theme-dark > .bpbm-os-scrollbar > .bpbm-os-scrollbar-track {
           background-color: #1d2333;
       }
   
       .bp-messages-wrap .bpbm-os-theme-dark > .bpbm-os-scrollbar > .bpbm-os-scrollbar-track > .bpbm-os-scrollbar-handle {
           background-color: #adafca;
           opacity: .4;
       }
   
       .bp-messages-wrap .threads-list .thread > * {
           border-bottom: none;
       }
   
       .bp-messages-wrap .threads-list .thread:hover {
           background-color: #293249;
       }
   
       .bp-messages-wrap .threads-list .thread:hover > * {
           background-color: #293249;
       }
   
       .bp-messages-wrap .threads-list .thread.bp-messages-active-thread {
           background-color: #293249;
       }
   
       .bp-messages-wrap .threads-list .thread.unread {
           background-color: #21283b;
       }
   
       .bp-messages-wrap .threads-list .thread .time {
           color: #9aa4bf;
       }
   
       .bp-messages-wrap .threads-list .thread .time .delete {
           color: #ffffff;
       }
   
       .bp-messages-wrap .threads-list .thread .deleted {
           color: #ffffff;
           background-color: #1d2333 !important;
       }
   
       .bp-messages-wrap .list .messages-stack .content .info .time {
           color: #9aa4bf;
       }
   
       .bp-messages-wrap .list .messages-stack .content .messages-list .message-content {
           color: #ffffff;
       }
   
       .bp-messages-wrap .reply {
           background-color: #21283b; 	border-top: 1px solid #262d3f;
       }
   
       .bp-messages-wrap .reply .send button[type="submit"] {
           color: #ffffff;
       }
   
       .bp-messages-wrap .empty {
           color: #ffffff;
       }
   
       .bp-messages-wrap .bpbm-user-options .bpbm-user-option .bpbm-user-option-description {
           color: #9aa4bf;
       }
   
       .bp-messages-wrap div.new-message form > div > input[type="text"],
       .bp-messages-wrap div.bulk-message form > div > input[type="text"] {
           border: 1px solid #3f485f !important;
           background-color: #1d2333;
           box-shadow: none;
       }
   
       .bp-messages-wrap .taggle_input{
       	color: white !important;
       }
   
       .bp-messages-wrap div.new-message form > div > input[type="text"]:focus,
       .bp-messages-wrap div.bulk-message form > div > input[type="text"]:focus {
           border-color: #ffffff !important;
       	color:white;
           box-shadow: none;
       }
   
       .bp-messages-wrap div.new-message form button[type="submit"],
       .bp-messages-wrap div.bulk-message form button[type="submit"] {
            background-color: #ffffff;
           color: #000;
       }
   
       .bp-messages-wrap div.new-message form button[type="submit"]:hover,
       .bp-messages-wrap div.bulk-message form button[type="submit"]:hover {
       }
   
       .bp-messages-wrap div.bulk-message .box {
           padding: 0;
           background-color: #1d2333;
       }
   
       .bp-messages-wrap div.bulk-message .box ul.send-to li p,
       .bp-messages-wrap div.bulk-message .box ul.options li p {
           color: #9aa4bf;
       }
   
       .bp-messages-wrap div.bulk-message .progress {
           border: none !important;
           background-color: #21283b !important;
       }
   
       .bp-messages-wrap div.bulk-message .progress .progress-text {
           color: #ffffff;
       }
   
       .bp-messages-wrap .taggle_list {
           border: 1px solid #3f485f;
           background-color: #1d2333;
           box-shadow: none;
       }
   
       .bp-messages-wrap .active .taggle_list {
           border-color: #7750f8;
           box-shadow: none;
       }
   
       .bp-messages-wrap .bp-emojionearea {
           background-color: #1d2333;
           border: 1px solid #3f485f;
           color: #ffffff;
           box-shadow: none;
       }
   
       .bp-messages-wrap .bp-emojionearea.focused {
           border-color: #7750f8;
           box-shadow: none;
       }
   
       .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor:empty::before {
           color: #9aa4bf;
       }
   
       .bp-messages-wrap .bpbm-user-options .bpbm-user-option,
       .bp-messages-wrap .bpbm-user-option-title{
           color: white;
       }
   
       .bp-better-messages-list .tabs>div[data-tab=messages] .unread-count, .bp-better-messages-mini .chats .chat .head .unread-count{
           background: #3c496a !important;
       }
   
       .bp-messages-group-list {
           background: #21283b;
           color: white;
       }
   
       .bp-messages-group-list .group .actions > a{
           color: white;
       }
   
       .bp-better-messages-list,
       .bp-better-messages-mini .chats .chat{
           background: #21283b;
           color: white;
           box-shadow: none;
           border: 1px solid #262d3f !important;
       }
   
       .bp-better-messages-mini .chats .chat .head{
           background: #1d2333;
           border-bottom: 1px solid #262d3f;
       }
   
       .bp-messages-wrap .expandingButtons .bpbm-dropdown-menu{
       	  color: #ffffff;
           background-color: #21283b;
           border: 1px solid #2b3345;
       }
   
       .bp-messages-wrap .expandingButtons .bpbm-dropdown-menu .bpbm-dropdown-item{
       	color: white;
       }
   
       .bpbm-gifs-selector .bpbm-gifs-head,
       .bpbm-stickers-selector .bpbm-stickers-search,
       .bpbm-gifs-selector .bpbm-gifs-head .bpbm-gifs-tabs,
       .bpbm-stickers-selector .bpbm-stickers-head .bpbm-stickers-tabs,
       .bpbm-stickers-selector .bpbm-stickers-head{
           border-color: #2b3345;
       }
   
       .bpbm-gifs-selector,
       .bpbm-stickers-selector {
       	background: #1d2333;
           border-color: #2b3345;
       }
   
       .bp-better-messages-mini .chats .chat .head.blink {
           background: #343c51;
       }
   
       .bp-messages-group-list .group .loading,
       .bp-messages-user-list .user .loading,
       .bp-messages-wrap .threads-list .thread .loading {
           background: #1d2333;
       }
   
       .bp-messages-wrap .threads-list .thread .deleted a{
       	color: white;
       	font-weight: bold;
       }
   
       .bp-messages-wrap .bp-verified-badge{
           background-color: #1DA1F2 !important;
       }
   
       .bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup {
           background: #1d2333;
       		border: 1px solid #2d3447;
       	  box-shadow: none !important;
       }
   
       .bp-messages-wrap .ui-state-active, .bp-messages-wrap .ui-widget-content .ui-state-active, .bp-messages-wrap .ui-widget-header .ui-state-active,
       .bp-messages-wrap .ui-widget-content {
           background: #21283b;
           color: #fff;
       		box-shadow: none !important;
       }
   
       .uppy-Dashboard-browse{
       	text-decoration: underline;
       }
   
       .uppy-Dashboard--modal .uppy-Dashboard-overlay{
       	background-color: hsl(224deg 28% 18% / 43%);
       }
   
       .uppy-Dashboard-innerWrap,
       .uppy-Dashboard-filesContainer {
           background: #21283b;
           color: white;
       }
   
       .bpbm-send-files {
           background-color: #1c212f;
       }
   
       .uppy-Dashboard--wide .uppy-DashboardItem-name,
       .uppy-Dashboard--wide .uppy-DashboardTabs-title,
       .uppy-Dashboard-dropFilesTitle{
           color: white;
       }
   
       .uppy-Dashboard-bgIcon .UppyIcon {
           stroke: #ffffff;
       }
   
       .bp-messages-wrap #send-to .ui-autocomplete li {
       	color: white;
       }
   
       .bp-messages-wrap .taggle_list .taggle {
       	background: #373f54;
       }
   
       .bp-messages-wrap .taggle_list .taggle:hover {
           background: #57627c;
       }
   
       .bp-messages-wrap .list .messages-stack .content .messages-list > li.selected {
           background: #474f66;
       }
   
       .bp-messages-wrap .writing{
       	    background: linear-gradient(
       180deg, rgba(255, 255, 255, 0) 0%, #21283b 100%);
       }
       .bpbm-preview-message {
           border-top: 1px solid #2f3749;
       	background: #1d2333;
       }
       .bpbm-context-menu-list {
           background: #1d2333 !important;
           border-color: #2f3749 !important;
           color: white;
       }
   
       .bpbm-context-menu-item {
           background: #1d2333 !important;
           color: white;
       }
   
       .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor{
       	color: white;
       }
   
       .bp-messages-wrap.bpbm-template-modern .list .messages-stack.incoming .content .messages-list li .message-content {
           border-color: #404e72;
           background: #404e72;
       }
   
       .bp-messages-wrap .thread-not-selected .empty .bpbm-empty-link a{
       	color: white;
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/checkbox-hidden-2/#post-15726248)
 * Hi,
 * I tried to search CSS class “um” and it seems that it’s not coming from EM?
 *  Thread Starter [melchi2](https://wordpress.org/support/users/melchi2/)
 * (@melchi2)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/checkbox-hidden-2/#post-15744836)
 * I change my theme the plugion it s ok, its very nice

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘checkbox hidden’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [melchi2](https://wordpress.org/support/users/melchi2/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/checkbox-hidden-2/#post-15744836)
 * Status: resolved