XF 2.1 Change color or bar on top of messages

trman

Active member
Licensed customer
Can someone tell me how to change the color of the bar at the top of the messages? See the photomessage.webp
 
Hello,

This should work, add this to your EXTRA.less template :
Code:
.message-attribution {
    background: #0D0D;
}

Screen :
198951

Regards, SyTry,
 
Back
Top Bottom