Plugin Name: Gaslightify
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A gasline to a Wordpress website.
-Version: 1.4.8
+Version: 1.4.10
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
License: Gaslight Media
}*/
#wpadminbar #toplevel_page_metaslider .dashicons-before:before {
- content: "\f233" !important;
+ content: "\f233" !important;
}
// To make the intended action on the initial ninja forms submission page clearer
-#wpbody-content .widefat #the-list .no-items td {
- font-size: 18px !important;
- font-weight: bold !important;
+#wpbody-content .widefat #the-list tr.no-items td.colspanchange {
+ font-size: 18px;
+ font-weight: bold;
}
\ No newline at end of file
jQuery("#wp-admin-bar-wp-logo > .ab-item").attr("href","#").attr("title","");
jQuery('#wp-admin-bar-my-account > a').attr("href","#").attr("title","");
jQuery('#wp-admin-bar-user-info > a').attr("href","#");
+
+ /* Multiple Content Blocks */
+ jQuery('#multiple-content-blocks-box p:contains("It doesn\'t look like")').css('display','none');
+ jQuery('#multiple-content-blocks-box p:contains("To turn off this option")').css('display','none');
+
});