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

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.
0
Comments
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:
Add Pages to Vanilla with the Basic Pages app
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