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

Sign In or Register to comment.