Hide Extra Separator in Bookmarks Dropdown

User Help for Seamonkey and Mozilla Suite
Post Reply
User avatar
L.A.R. Grizzly
Posts: 5396
Joined: March 15th, 2005, 5:32 pm
Location: Upstate Ohio, USA
Contact:

Hide Extra Separator in Bookmarks Dropdown

Post by L.A.R. Grizzly »

Hi Guys! Would someone please give me a clue on how to get rid of one of my extra separators in my Bookmarks Dropdown Menu (see photo)?

Image
Win7 Pro SP1 64 Bit
Comodo Internet Security
Pale Moon 33.0.2, Epyrus Mail 2.1.2, Firefox 115.8.0esr, Thunderbird 115.8.1, and SeaMonkey 2.53.18
User avatar
Peter Creasey
Posts: 1340
Joined: October 26th, 2007, 2:32 pm
Location: Texas

Re: Hide Extra Separator in Bookmarks Dropdown

Post by Peter Creasey »

That line should say "Subscribe to this page".
. . . . . . . . . . Pete
hardys
Posts: 290
Joined: August 7th, 2015, 9:15 am

Re: Hide Extra Separator in Bookmarks Dropdown

Post by hardys »

Select the line with your mouse -> RMB ->Delete
User avatar
L.A.R. Grizzly
Posts: 5396
Joined: March 15th, 2005, 5:32 pm
Location: Upstate Ohio, USA
Contact:

Re: Hide Extra Separator in Bookmarks Dropdown

Post by L.A.R. Grizzly »

hardys wrote:Select the line with your mouse -> RMB ->Delete
Right Mouse Button Delete is not available on either separator.
Win7 Pro SP1 64 Bit
Comodo Internet Security
Pale Moon 33.0.2, Epyrus Mail 2.1.2, Firefox 115.8.0esr, Thunderbird 115.8.1, and SeaMonkey 2.53.18
User avatar
L.A.R. Grizzly
Posts: 5396
Joined: March 15th, 2005, 5:32 pm
Location: Upstate Ohio, USA
Contact:

Re: Hide Extra Separator in Bookmarks Dropdown

Post by L.A.R. Grizzly »

Peter Creasey wrote:That line should say "Subscribe to this page".
I have "Subscribe to this page" hidden.

Code: Select all

menu[id$="unsortedBookmarksFolderMenu"], menu[class$="feedsMenu"],
menu[class$="feedsMenu"] { display: none !important; }
Win7 Pro SP1 64 Bit
Comodo Internet Security
Pale Moon 33.0.2, Epyrus Mail 2.1.2, Firefox 115.8.0esr, Thunderbird 115.8.1, and SeaMonkey 2.53.18
User avatar
Frank Lion
Posts: 21173
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: Hide Extra Separator in Bookmarks Dropdown

Post by Frank Lion »

L.A.R. Grizzly wrote: I have "Subscribe to this page" hidden.

Code: Select all

menu[id$="unsortedBookmarksFolderMenu"], menu[class$="feedsMenu"],
menu[class$="feedsMenu"] { display: none !important; }
Add this to the list - #organizeBookmarksSeparator
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
L.A.R. Grizzly
Posts: 5396
Joined: March 15th, 2005, 5:32 pm
Location: Upstate Ohio, USA
Contact:

Re: Hide Extra Separator in Bookmarks Dropdown

Post by L.A.R. Grizzly »

Thanks to all respondents.

I found my solution:

Code: Select all

#organizeBookmarksSeparator { display: none !important; }
Win7 Pro SP1 64 Bit
Comodo Internet Security
Pale Moon 33.0.2, Epyrus Mail 2.1.2, Firefox 115.8.0esr, Thunderbird 115.8.1, and SeaMonkey 2.53.18
Post Reply