Jump to content


Photo
- - - - -

Firefox Change FavIcon Size in Bookmarks Toolbar


  • Please log in to reply
3 replies to this topic

#1 zaimek

zaimek
  • Member
  • 43 posts

Posted 16 July 2007 - 05:48 PM

Hi,
I googled this and couldn't find any hints on how to do this. I'd like to increase the size of favicons in my bookmarks bar as it is done in the Mac Favicon XL theme.

#2 SirSmiley

SirSmiley

    Douchebag

  • Member
  • 1,885 posts

Posted 16 July 2007 - 06:30 PM

Maybe this link will help http://forums.mozill...ic.php?t=202845

You may have to adjust your toolbar size also?

Edit: Here's a link to a pretty big Firefox code hack site http://www.linnhe2.f...fox/chrome.html

#3 zaimek

zaimek
  • Member
  • 43 posts

Posted 16 July 2007 - 08:22 PM

Ok, I finally figured it out.
/* Large Favicons */

#bookmarks-ptf toolbarbutton.bookmark-item .toolbarbutton-icon {

	display: block !important;

	width: 32px !important;

	height: 32px !important;

/* End of Large Favicons */

}

Attached Thumbnails

  • Untitled-1.jpg


#4 Destry

Destry
  • Recruit
  • 1 posts

Posted 10 February 2012 - 09:27 AM

I am 100% ignorant of coding.
But I'd like use this solution to increase the size of the Firefox bookmarks toolbar icons.

Can someone with a little patience explain how I would do this?

Thanks
:)