Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Encroaching
How do I remove buttons I don't want on the toolbar and get a readable highlights?
-
Which theme are you using?
By highlights, do you mean the feedreader on the right? -
-
-
-
Can you tell me which theme you are using? Thanks.
-
-
I am sorry I don't know. I just found the HP toolbar to try it. Could you help me/thank u
-
-
That's what I needed. Sounds like you have the Huffington Post toolbar? Two more things and I can get you something.
1. I need to verify you are using new version of Huffington Post. Can you go to Tools->Addons and Extensions? Do you see something called Personas Interactive in the Extensions section? Or is Huffington Post in that section?
2. Which buttons do you want removed? I'm going to write a file that will remove the buttons you want and make the feedreader bigger. -
-
I am sorry it took me this long to get back to you. Thanx for your patience.
1. It is interactive1.0.1
2. Could u remove entertainment. tech, sports, style, food, green, living?
I appreciate your time and help -
-
EMPLOYEE
1So let me give you a little background on what we're going to do.
Firefox has this special file called "userChrome.css" that when you create it, it can override all your settings in the browser. We're going to use it to customize the toolbar.
I know this is going to sound technical, but it's really not. What you can do is read this article on lifehacker:
http://lifehacker.com/197715/customiz...
or this article:
http://www.makeuseof.com/tag/tweak-yo...
It will give you all the information you need on how to find setup a userChrome.css.
Here is the actual content of userChrome.css for what you want:
#bt-btpersonas-toolbar #bt-tech,
#bt-btpersonas-toolbar #bt-sports,
#bt-btpersonas-toolbar #bt-style,
#bt-btpersonas-toolbar #bt-food,
#bt-btpersonas-toolbar #bt-green,
#bt-btpersonas-toolbar #bt-living {
display:none;
}
#bt-btpersonas-toolbar #btp-feedreader {
width: 1000px;
}
What we're doing is hiding the buttons you don't want to see and making the feedreader really big.
Please let me know how this works for you.
Sorry it sounds a little complicated, but I promise it's worth it. You'll be able to do any customization you want. -
Loading Profile...



