Change Menu Bar Items from Text to Icons?


Recommended Posts

I've moved my navigation bar icons to the menu bar and used the compact menu extension to remove unwanted menus.

can I change the 2 menu bar Items from text to icons?

ff v1.0.4 (stipe)

screenshot613200512tf.png

Link to comment
Share on other sites

you dont need extention to hide some menu

in userchrome.css

add that:

/*Remove the Go and Help menus */

menu[label=Edit], menu[label=Go] {

display: none !important;

}

nb.: add all the menu you want.

to replace text by icon, I really dont know :/

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.