How to Change Fonts in Bookmarks Drop Down Menus

Discussion of features in Mozilla Firefox
Locked
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,

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
User avatar
DanRaisch
Moderator
Posts: 127166
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: How to Change Fonts in Bookmarks Drop Down Menus

Post by DanRaisch »

Locked