-
How, if possible, can I remove the "bookmark this page" icon (big star on the right) from the location bar? |
Beta Was this translation helpful? Give feedback.
Answered by
Aris-t2
Oct 10, 2024
Replies: 1 comment 17 replies
-
Use this code: #star-button-box {
display :none !important;
} |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The flashing and disappearing does not happen in my tests, but we can try a different approach.
Using this code instead of
display: none
will keep the button, but hide it and reduce its used space to a minimum. That way all CTRL+D functionality should stay. I still think keeping the button is the best solution to keep usability.