Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/ninja-fo.../deprecat.../css
File: fonts.css
@font-face {
[0] Fix | Delete
font-family: 'ninjaforms';
[1] Fix | Delete
src: url('../fonts/ninjaforms.eot');
[2] Fix | Delete
src: local('☺'), url('../fonts/ninjaforms.woff') format('woff'), url('../fonts/ninjaforms.ttf') format('truetype'), url('../fonts/ninjaforms.svg') format('svg');
[3] Fix | Delete
font-weight: normal;
[4] Fix | Delete
font-style: normal;
[5] Fix | Delete
}
[6] Fix | Delete
[7] Fix | Delete
/* dashboard icon */
[8] Fix | Delete
#toplevel_page_ninja-forms .wp-menu-image img {
[9] Fix | Delete
display: none;
[10] Fix | Delete
}
[11] Fix | Delete
#toplevel_page_ninja-forms .wp-menu-image:before {
[12] Fix | Delete
font-family: 'ninjaforms'!important; /* this assumes you've loaded Genericons in your admin */
[13] Fix | Delete
content: 'a'; /* replace this with your icon */
[14] Fix | Delete
font-size: 20px;
[15] Fix | Delete
position: relative;
[16] Fix | Delete
left: 5px; /* positions the icon */
[17] Fix | Delete
top: 4px; /* positions the icon */
[18] Fix | Delete
color: #aaa;
[19] Fix | Delete
}
[20] Fix | Delete
.branch-3-8 #toplevel_page_ninja-forms .wp-menu-image:before,
[21] Fix | Delete
.branch-3-9 #toplevel_page_ninja-forms .wp-menu-image:before {
[22] Fix | Delete
left: 0; /* positions the icon */
[23] Fix | Delete
top: 0; /* positions the icon */
[24] Fix | Delete
}
[25] Fix | Delete
#toplevel_page_ninja-forms:hover .wp-menu-image:before, .wp-has-current-submenu#toplevel_page_ninja-forms .wp-menu-image:before {
[26] Fix | Delete
color: #21759b;
[27] Fix | Delete
}
[28] Fix | Delete
div#icon-edit.icon32-posts-book-review {
[29] Fix | Delete
background-image: none;
[30] Fix | Delete
}
[31] Fix | Delete
div#icon-edit.icon32-posts-book-review:after {
[32] Fix | Delete
font-family: 'ninjaforms'!important;
[33] Fix | Delete
content: 'a'; /* replace this with your icon */
[34] Fix | Delete
color: #555;
[35] Fix | Delete
font-size: 32px;
[36] Fix | Delete
position: relative;
[37] Fix | Delete
top: -5px; /* positions the icon */
[38] Fix | Delete
left: 5px; /* positions the icon */
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
/* this adds support for MP6 & future WP (3.7/8, whichever gets the dashboard css update) */
[42] Fix | Delete
/* this is largely thanks to: https://github.com/Gizburdt/Wordpress-Cuztom-Helper/issues/152#issuecomment-17490472 */
[43] Fix | Delete
.mp6 #adminmenu #toplevel_page_ninja-forms div.wp-menu-image:before {
[44] Fix | Delete
font-family: 'ninjaforms'!important;
[45] Fix | Delete
content: 'a'; /* replace this with your icon */
[46] Fix | Delete
left: 0; /* resets the positioning for MP6/future WP */
[47] Fix | Delete
top: 0; /* resets the positioning for MP6/future WP */
[48] Fix | Delete
text-shadow: none;
[49] Fix | Delete
}
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function