top



How do i remove the white background and border(if it got 1)


remove this Izrq4j
remove this Logout10
remove this Messag10

Already solved this for Maki:

Code:
p.message{background: transparent !important;}

That doesnt work

replace p.message with .frm-info

not working

it should it should..
if you use chrome then right click on the white background and click inspect element then you will see what's the selector for it Smile

THANKS!

#pun-announcement{background: transparent !important;}
.pun .main .main-content p.message{background: transparent !important;}
.main .frm-info {background: transparent !important;}

There i found it
[solved]