Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Can I replace (edit) a Folder Icon on the bookmark bar?

  • 4 antwoorden
  • 38 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van johnchatman

more options

I've got most of my bookmarks in Folders on the Bookmark bar as I did in IE. To get as many as possible showing on the bar I gave each folder a distinct and telling icon and then only had to use one letter in IE for description. Zero letters would be even better.

How can I edit the generic yellow folder icon to a custom icon in Firefox?

I've got most of my bookmarks in Folders on the Bookmark bar as I did in IE. To get as many as possible showing on the bar I gave each folder a distinct and telling icon and then only had to use one letter in IE for description. Zero letters would be even better. How can I edit the generic yellow folder icon to a custom icon in Firefox?

Alle antwoorden (4)

more options

See this UserStyle for the basic code that is needed. You will need to use that code for every folder you want to customize.
http://userstyles.org/styles/34038 - hit the Show Code to see the code

more options

Add code to userChrome.css below the @namespace line.
Substitute the Folder_Name with the real folder name(s) (case sensitive).
Place the folder icons in the chrome folder where userChrome.css resides.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item[container][label="Folder_Name"] {
 list-style-image:url('folder-icon.png') !important;
 -moz-image-region:auto !important;
}

#personal-bookmarks toolbarbutton.bookmark-item[container] > .toolbarbutton-text {
 display:none !important;
}


See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

more options

Thanks for the quick replies. Unfortunately I'm new to Firefox and don't know what to do with the info that you kindly provided. Find myself clicking from link to link getting more confused as I go along. In IE I simply right click on the Folder/Options/Change Icon.

I really just want to use a browser without spending a whole lot of time learning new tricks.

more options

I am having this problem as well. I have folders on my tool bar that I would love to give icons to so that I can distinguish between them more easily.

Is there a plugin developed for this yet? If not, can someone shoot a video on it??

Thanks,

John

Bewerkt door cor-el op