Okay
  Public Ticket #638156
Salient Dashboard Icon Size!
Closed

Comments

  • Michael started the conversation

    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

  •  8,992
    Tahir replied

    Hey ,

    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