Transparent tab.
-
Is there any way to make the main single open tab transparent at all please.?...So only the closing button is visible and my theme runs right across tab bar.
Thanks.
To be more clear i would if possible like to make the single blue tab transparent if possible...No worries if i can't but just thought i would ask.
-
@priest72 Hi, it's possible but only (AFAIK) with a simple CSS mod:
.tab.active { background-color: transparent !important; font-weight: bolder; }
I've set the font to bolder to have at least some way of knowing which tab is the active one... You can experiment with different values:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight