cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why are the navigation arrows non-removable?

Alisher
Making moves

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.

1 ACCEPTED SOLUTION

Agentvirtuel
Contributor

Hello

1.png2.png3.png4.png

https://www.userchrome.org

Try userChrome.css

#back-button {display:none!important;}
#forward-button {display:none!important;}
#context-forward {display:none!important;}
#context-back {display:none!important;}

5.png

View solution in original post

3 REPLIES 3

Agentvirtuel
Contributor

Hello

1.png2.png3.png4.png

https://www.userchrome.org

Try userChrome.css

#back-button {display:none!important;}
#forward-button {display:none!important;}
#context-forward {display:none!important;}
#context-back {display:none!important;}

5.png

Alisher
Making moves

Thank you Agentvirtuel.

Out of curiosity, why aren't nav. arrows available for removal in Firefox GUI?

Agentvirtuel
Contributor

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