How to Change Fonts in Bookmarks Drop Down Menus

User Help for Mozilla Firefox
Post Reply
User avatar
Sky9
Posts: 2
Joined: October 28th, 2021, 3:51 pm

How to Change Fonts in Bookmarks Drop Down Menus

Post by Sky9 »

Hi,

Please do not lock my post blindly. Please read the content first. I am posting it here because the 11-year-old solution is partially helpful. The navigation path is different, which I need help with. Locking my post is not gonna help me solving the issue. Thanks.

I have Firefox Extended Support Release, 78.15.0ser (64-bit) on a MacBook Pro.
I've found this 11-year-old post/thread asking the same question. There is a solution provided by user dickvl in the link below.

Since the navigation path given by ssub to save userChrome-example is no longer applicable completely. Could anyone shed light on this?

How can I find the code given below? Thanks.

dickvl:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can set them independently for the toolbar and the drop down list if you want.

Code: Select all
#personal-bookmarks toolbarbutton.bookmark-item {font-size:12px!important}
#personal-bookmarks menuitem.bookmark-item {font-size:12px!important}

Add code to userChrome.css below the @namespace line.
@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul"); /* only needed once */
See http://kb.mozillazine.org/Editing_confi ... tion_files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://forums.mozillazine.org/viewtopic ... &t=1917509
limp
Posts: 218
Joined: September 3rd, 2008, 4:26 pm

Re: How to Change Fonts in Bookmarks Drop Down Menus

Post by limp »

Code: Select all

/* Bookmarks Toolbar menus font size */

#PlacesToolbar menuitem,
#PlacesToolbar menu
  { font-size: 20px !important; }
Post Reply