07-12-2024 09:21 PM
Since navigation arrows are already present in a context menu, I wanted to remove them from the toolbar but wasn't able to.
There is also no way to customize a context window without editing .css files.
Is it possible to allow the removal of nav. arrows?
Thanks.
Solved! Go to Solution.
07-12-2024 11:32 PM - edited 07-12-2024 11:55 PM
Hello
Try userChrome.css
#back-button {display:none!important;}
#forward-button {display:none!important;}
#context-forward {display:none!important;}
#context-back {display:none!important;}
07-12-2024 11:32 PM - edited 07-12-2024 11:55 PM
Hello
Try userChrome.css
#back-button {display:none!important;}
#forward-button {display:none!important;}
#context-forward {display:none!important;}
#context-back {display:none!important;}
07-15-2024 06:40 AM
Thank you Agentvirtuel.
Out of curiosity, why aren't nav. arrows available for removal in Firefox GUI?
07-15-2024 07:00 AM
Hello
I don't know
This clarification : bookmark in Firefox star in the address bar
In my screenshot, you don't see the star in the address bar
That's normal, i use a userChrome.css code
#star-button-box {display:none!important;} https://forums.mozillazine.org/viewtopic.php?f=38&t=3114663