Custom font size for bookmark groups

I’m trying to create a custom css snippet to resize font the bookmark group names .

Anyone have any ideas?

I’m not getting any of this working:


.bookmark-group-title {
font-size: 20px; /* Změňte hodnotu podle potřeby */
}


.nav-folder-children .bookmark-group-title {
font-size: 20px; /* Upravte podle potřeby */
}


image

Try it.

.tree-item-self.bookmark {
    font-size: 16px;
}
1 Like

Thanks, look working.

I found this and also working:

.tree-item-inner-text {
font-size: 15px !important;
}

It also works, but note that in this case the indicator to the left of the name moves out (at least for me).

There’s some small difference, but I don’t mind

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.