Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Change icon in tab

How can I change the icon in the tab that appears in the attached photo?

image

I have searched everywhere in the Vanilla community but cannot find a solution.

I've looked through /dashboard/design/style.css file and tried editing the following code:

ul.Tabs li a.EntryTabFor_password {
    padding-left: 22px;
    background-image: url('images/icon.png');
    background-position: 3px 4px;
    background-repeat: no-repeat;
}

but changing the source of the image does not change the icon.

Comments

  • ShadowdareShadowdare r_j MVP
    edited September 2013

    It's a favorite icon. On Vanilla 2.1+ you can upload that in the dashboard. In your theme, it's probably in the master template file in the header and looks like this:

    <link rel="shortcut icon" href="http://example.com/link/to/icon.png" type="image/x-icon" />
    

    Add Pages to Vanilla with the Basic Pages app

  • kirkpa31kirkpa31 ✭✭
    edited September 2013

    I'm blind - you're the best! thanks! --- now that I know it is called a FavIcon it was also answered simply here:

    http://vanillaforums.org/discussion/11250/favicon/p1

Sign In or Register to comment.