Help ! How to change this ?

edo1234

Member
Registered
Joined
Aug 4, 2019
Messages
6
Points
3

Reputation:

IMG-20190812-WA0005.jpg


How to change or remove that "Topic" Text ?
 

kyriazhs1975

SVIP Member
S.V.I.P Member
Collaborate
Registered
Joined
Jul 21, 2019
Messages
52
Points
28

Reputation:

hello go to extra.less and put this

Code:
.XGT-istatistik-genel--govde .XGT-istatistik-govde--kolon .XGT-istatistik-blok .XGT-istatistik-altheader .XGT-istatistik-satir:nth-child(n) {
    display: none;
    border: none;
    background-color: transparent;
}
 
Top