Icon replacement
-
Thanks a lot for that great theme. I installed it yesterday and started to customize it more. I wanted to replace the Icons next to the post type-headlines as well (class “icon32”) and managed to do it like that:
jQuery('#icon-index.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-dashboard icon-large"></i></div> '); jQuery('#icon-edit.icon32-posts-post').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-th-large icon-large"></i></div> '); jQuery('#icon-upload.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-picture icon-large"></i></div> '); jQuery('#icon-link-manager.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-link icon-large"></i></div> '); jQuery('#icon-edit-pages.icon32-posts-page').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-file icon-large"></i></div> '); jQuery('#icon-edit-comments.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-comment icon-large"></i></div> '); jQuery('#icon-edit.icon32-posts-portfolio').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-th-large icon-large"></i></div> '); jQuery('#icon-wpcf7.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-edit icon-large"></i></div> '); jQuery('#icon-edit-news.icon32').replaceWith('<div style="font-size:22px;" class="icon32"><i class="icon-envelope-alt icon-large"></i></div> ');
I’m wondering though if you plan to include this in one of your next versions of the theme yourself and if their is a more elegant/professional way to do this.
Also I wanted to ask you if you know why the menu icons in the collapsed menu don’t get replaced. Do you plan to fix it?
Thanks.
Manuelhttps://www.ads-software.com/extend/plugins/bootstrap-admin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Icon replacement’ is closed to new replies.