Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

Only favicons inside a folder

  • 1 èsì
  • 1 ní ìṣòro yìí
  • 12 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ user1247855

more options

When bookmark that is placed inside a folder has no name then it's location is visible.. How to make those bookmarks to show only favicons? (with css or anyhow you know-how)

When bookmark that is placed inside a folder has no name then it's location is visible.. How to make those bookmarks to show only favicons? (with css or anyhow you know-how)

Ọ̀nà àbáyọ tí a yàn

Solved this with this line of CSS

.bookmark-item[label=""] * {font-size: 0 !important;padding: 0 !important;margin: 0 !important;}

Although now I want another fix related to this. When I hover a bookmark it shows location (and descripition because of addon called "Places' Tooltips") and I want to not see it's location on hover (and see only description).

Ka ìdáhùn ni ìṣètò kíkà 👍 0

All Replies (1)

more options

Ọ̀nà àbáyọ Tí a Yàn

Solved this with this line of CSS

.bookmark-item[label=""] * {font-size: 0 !important;padding: 0 !important;margin: 0 !important;}

Although now I want another fix related to this. When I hover a bookmark it shows location (and descripition because of addon called "Places' Tooltips") and I want to not see it's location on hover (and see only description).