Skip to content

how to remove "bookmark this page" icon from the location bar #677

Closed Answered by Aris-t2
joefiesta asked this question in Q&A
Discussion options

You must be logged in to vote

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.

#star-button-box {
  width: 0.1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
} 

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@joefiesta
Comment options

@Aris-t2
Comment options

@joefiesta
Comment options

@Aris-t2
Comment options

Answer selected by joefiesta
@joefiesta
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants