Problem

Status
This thread has been locked.

Negan

MCM Shadow
Banned
Feedback score
0
Posts
441
Reactions
163
Resources
0
On my XenForo site, I am having problems removing this little arrow that keeps sticking out into my messages/threads.
11addb8418047b63e7bc2cb42a63a700.png

What would I do to remove it via CSS?
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/negan-scam-report.128210/)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

jewice

yoohoo !
Supreme
Feedback score
0
Posts
71
Reactions
38
Resources
0
If it's a text element, you could just add
Code:
color: rgba(0,0,0,0);
, if you're looking for an easy, half-ass solution.
 

Negan

MCM Shadow
Banned
Feedback score
0
Posts
441
Reactions
163
Resources
0
If it's a text element, you could just add
Code:
color: rgba(0,0,0,0);
, if you're looking for an easy, half-ass solution.
Talking about via EXTRA.css.
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/negan-scam-report.128210/)

jewice

yoohoo !
Supreme
Feedback score
0
Posts
71
Reactions
38
Resources
0
Oh, not that familiar with XenForo, sorry.
 
Status
This thread has been locked.
Top