Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni
Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.
Stato della soluzione Archiviato

bookmark toolbar icon, text size?

bobmarley123 risposto
bobmarley123

any way to change icon and font size in bookmarks toolbar? maybe something in about:config?

any way to change icon and font size in bookmarks toolbar? maybe something in about:config?
Leggere questa risposta nel contesto

Soluzione scelta

Go to your Profile folder. Create chrome subfolder inside. There create userChrome.css with the following content:

toolbarbutton.bookmark-item
{
 font-size:15px !important;
}

Tutte le risposte (6)

While I am not an expert with about:config, you can do it in Windows for all the applications: http://www.howto-connect.com/change-icons-and-text-size-on-windows-10/

Thank you for using Firefox!

yeah, that doesnt really do it for me. I want to change the icons separately from my system settings. its just difficult when on touch screen.

Hi there!

I understand this may not be ideal for you. Have you tried using the Density setting in the Customize window? You can find instructions on getting to the Customize window here: https://support.mozilla.org/en-US/kb/customize-firefox-controls-buttons-and-toolbars

I hope this helps.

Yes I tried it. Its good, makes the rest of the buttons large enough but the bookmarks bar is still a little small. I was hoping I could make it a little bigger.

Soluzione scelta

Go to your Profile folder. Create chrome subfolder inside. There create userChrome.css with the following content:

toolbarbutton.bookmark-item
{
 font-size:15px !important;
}

TyDraniu said

Go to your Profile folder. Create chrome subfolder inside. There create userChrome.css with the following content: toolbarbutton.bookmark-item { font-size:15px !important; }

That worked great! Thank you