/* Create or edit userChrome.css in your Firefox profile folder, typically found on Linux at ~/.mozilla/firefox/[your firefox profile folder]/chrome/userChrome.css */ .urlbarView-row[label]{ margin-block-start: 0 !important; } .urlbarView-row[label]::before{ display: none !important; }