Notices and the little "X"

lazer

Well-known member
Hey all - quick question....

How do I make it so that the "dismiss" X in the notice box shows all the time and not just when hovered over?
 
Admin CP -> Appearance -> Templates -> EXTRA.css

Add this:

Code:
.DismissParent .DismissCtrl
{
	background: transparent url('@imagePath/xenforo/xenforo-ui-sprite.png') no-repeat -80px 0;
}
 
Back
Top Bottom