Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1051809
    MikeMobley2002
    Participant

    Hey Guys,

    Under site icons, I’ve put my favicon in there and it’s working great on the site.

    However, that favicon is not showing when I’m logged into WordPress on the admin side. Is there CSS I can use to make sure that same favicon shows up on the admin side too?

    Site is mikemobley.com

    Thank you!

    #1051947
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released.

    Then add following code to child theme function.php file:

    add_action('admin_head', 'show_favicon');
    function show_favicon() {
    echo '<link href="FAVICON IMAGE URL" rel="icon" type="image/x-icon">';
    }

    Note: Replace FAVICON IMAGE URL in above code with the URL of your favicon image.

    Thanks.

    #1052553
    MikeMobley2002
    Participant

    Got it, thank you!

    #1052667
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1051809 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>