Comments Michael started the conversationJanuary 16, 2016 at 10:37amHi Guys,Since update to 7.x my Salient icon is blown way out of proportion. See Attachment.Can you pls let me know what the fix is.. Imagining it is a css issue.Cheers 8,992Tahir repliedJanuary 18, 2016 at 10:28pmHey ,Add this code in functions.php add_action(\'admin_head\', \'admin_icon_css\'); function admin_icon_css() { echo \'<style>#toplevel_page_redux_options .wp-menu-image img, body #adminmenu .wp-menu-image img { width: 20px; opacity: 0.64; padding-top: 6px;} </style>\'; }Best. ThemeNectar Support Team Sign in to reply ...
Hi Guys,
Since update to 7.x my Salient icon is blown way out of proportion. See Attachment.
Can you pls let me know what the fix is.. Imagining it is a css issue.
Cheers
Hey ,
Add this code in functions.php
Best.
ThemeNectar Support Team