How do I can change favorite text colors, not the colors of text toolbar.

I know how to change the color of the text of the toolbar, but still want to change the color of the text in the bookmarks.

You can experiment with the following code in the userChrome.css file.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item > .toolbarbutton-text {color:#000!important; background-color:-moz-dialog!important}

The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the chrome folder in the Firefox profile folder.

Tags: Firefox

Similar Questions

Maybe you are looking for