Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

bookmark toolbar icon, text size?

  • 6 การตอบกลับ
  • 4 คนมีปัญหานี้
  • 3 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย bobmarley123

more options

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?

วิธีแก้ปัญหาที่เลือก

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

toolbarbutton.bookmark-item
{
 font-size:15px !important;
}
อ่านคำตอบนี้ในบริบท 👍 0

การตอบกลับทั้งหมด (6)

more options

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!

more options

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.

more options

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.

more options

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.

more options

วิธีแก้ปัญหาที่เลือก

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

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

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