GravityForm Fix on Custom Admin Theme
Exit the full screen mode.Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
Exit the full screen mode.Continue reading
.fc_m_20 .fc_onboarding { display: none; } .fc_quick_links { display: none; } .fluentcrm_main_menu_items ul.fluentcrm_menu li.fluentcrm_item_settings { display: none; margin: 0; padding: 0; }Continue reading
#post-body-content #acf_after_title-sortables { margin: 0; }Continue reading
body {margin-top: -30px;padding-bottom: 30px;} body.admin-bar #wphead {padding-top: 5px;} body.admin-bar #footer {padding-bottom: 30px;} #wpadminbar { top: auto !important;bottom: 0;} #wpadminbar .menupop .ab-sub-wrapper { bottom: 34px; }Continue reading
document.onkeydown = function(e) { if (e.key === ‘F12’ || (e.ctrlKey && e.shiftKey && e.key === ‘I’)) { e.preventDefault(); } };Continue reading
document.addEventListener(‘contextmenu’, function(e) { e.preventDefault(); });Continue reading
a#feature-request { display:none !important; }Continue reading