Home › Forums › Theme support › Theme Options in toolbar (top bar in admin) › Reply To: Theme Options in toolbar (top bar in admin)
Hi,
you can add this code at the end of your functions.php, it should remove the link:
remove_action( ‘wp_before_admin_bar_render’, ‘sl_add_theme_options_link_frontend’ );