Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Archived

Hide keyword row in bookmark panel

jlwally

Hello,

I just upgraded to FF 134 and can't hide the keyword row in bookmark panel.

This code works, it hides the tags selector and its button:

  1. editBMPanel_tagsSelectorExpander, #editBMPanel_tagsSelectorRow

{

 display:none !important;  

}

This works too, it hides the tags and keyword label descriptions:

  1. tags-field-info, #keyword-field-info

{

 display:none !important;  

}

But this doesn't hide the keywordRow nor field:

  1. editBMPanel_keywordRow,
  2. editBMPanel_keywordField

{

 display:none !important;  

}

Already checked the items IDs here but seems nothing changed: https://searchfox.org/mozilla-release/source/browser/components/places/content/editBookmarkPanel.inc.xhtml

Any help is welcome.

Hello, I just upgraded to FF 134 and can't hide the keyword row in bookmark panel. This code works, it hides the tags selector and its button: #editBMPanel_tagsSelectorExpander, #editBMPanel_tagsSelectorRow { display:none !important; } This works too, it hides the tags and keyword label descriptions: #tags-field-info, #keyword-field-info { display:none !important; } But this doesn't hide the keywordRow nor field: #editBMPanel_keywordRow, #editBMPanel_keywordField { display:none !important; } Already checked the items IDs here but seems nothing changed: https://searchfox.org/mozilla-release/source/browser/components/places/content/editBookmarkPanel.inc.xhtml Any help is welcome.

All Replies (2)

Forgot to attach the screenshot. This is the field I want to hide.

Hola, No se ha que te refieres, en este foro no hay programadores, pero la ultima versión de Firefox es 136. Si el problema continua y piensas que es un Bug (compuebalo con otro Firefox y/o en algún foro de desarrolladores) puedes abrir un caso en el siguiente link: https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox

Saludos