
Remove items from Spaces Toolbar
I have tried the delete key, I have dragged items to the trash I have trried control clicking What do I have to do to remove items from the Spaces Toolbar $#^@%@$#@%!!!?????
Chosen solution
This can be done with css:
/* hide spaces bar buttons */ #calendarButton{display: none} #addressBookButton{display: none} #chatButton{display: none} #tasksButton{display: none}
Help/Troubleshooting Info, Profile Folder, Show in Finder (Win:Open Folder), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, edit as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
video on how to create a css file (Firefox and TB)
Read this answer in context 👍 0All Replies (2)
Chosen Solution
This can be done with css:
/* hide spaces bar buttons */ #calendarButton{display: none} #addressBookButton{display: none} #chatButton{display: none} #tasksButton{display: none}
Help/Troubleshooting Info, Profile Folder, Show in Finder (Win:Open Folder), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, edit as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.
steveray100 said
I have tried the delete key, I have dragged items to the trash I have trried control clicking What do I have to do to remove items from the Spaces Toolbar $#^@%@$#@%!!!?????
I got an answer to this. But I didn't need to use it. I realized the buttons were actually extensions. so i deleted the extensions,re-installed them and presto! Problem Solved. got rid of the duplicated items! Should have come back and reported this as soon as I figured out, Sorry about that.