MyBB Community Forums

Full Version: attachment border display code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where is the code for the border around attachment?
that border around attached images and files.
[attachment=25377]
Hello akito tenkawa Smile

To find the code for the border around the attachment, you will need to go to:

ACP -> Templates & Style -> Themes -> Your Theme -> Global.css:

Find this code:
img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

That is all :]