ferol
1
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 */
}

Try it.
.tree-item-self.bookmark {
font-size: 16px;
}
1 Like
ferol
3
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).
ferol
5
There’s some small difference, but I don’t mind
system
Closed
6
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.