Group tabs appearance
-
Thanks for your interest in the topic
div.stack-counter {
display: none !important;
}div.is-substack span.favicon.jstest-favicon-image {
display: none !important;
}div.is-substack button.close {
display: none !important;
}@hyari Thank you very much!!!
It works!!! Makes using groups SO MUCH EASIER!!! -
This post is deleted! -
@janekk
Your welcome! -
Can we do now:
-changing the color of the tab group, each separately
-the ability to manually set the size of each tab group separatelyIt's difficult to do, right?
Also, is it possible to remove voice notification icon from group tab? Or move it to the right side, ideally.
Edit:
Done last part myself
Moved voice notification to the right on gorup tab, while it stays on the left side on normal tab.
I changed the color to red.div.is-substack span.tab-audio { color: red; position: relative; right: 2px; } span.tab-audio { color: red; }