• Resolved lordkleiton

    (@lordkleiton)


    So, when creating anything from the “AMO Team” button on editor, the overlay class=”modal-backdrop in” comes and never goes away. Is there any way to get rid of this?

Viewing 1 replies (of 1 total)
  • Thread Starter lordkleiton

    (@lordkleiton)

    nvm, removed it myself with css. If anyone is interested in how, I put this in my functions.php in my child theme

    add_action('admin_head', 'remove_erro');
    
    	function remove_erro() {
    	echo '<style>
    			.modal-backdrop.in {
    				display: none !important;
    			} 
    		</style>';
    	}
    • This reply was modified 7 years, 11 months ago by lordkleiton. Reason: formatting issues
Viewing 1 replies (of 1 total)

The topic ‘Bug when creating anything from “AMO Team” button’ is closed to new replies.