How to disable this Banner Title.

Geehackz

Member
Registered
Joined
Jul 15, 2022
Messages
10
Points
3

Reputation:

Hi guys, How can I hid this banner title:


xhktVnC.png



Im using MX Dark Theme / Style.

And XF2 Addons Banner 2.3 addon.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,520
Points
523

Reputation:

You could change the phrase for widget_def.banner for AndyB Banner addon
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,520
Points
523

Reputation:

You could change the phrase for widget_def.banner for AndyB Banner addon
BattleKingYou can also hide the title of it via extra.less:

Less:
.block[data-widget-key="YOURWIDGETKEY"]
.block-minorHeader { 
   display: none; 
}
 
Top