MyBB Community Forums

Full Version: how to change lock system color and background [css]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
this edit will work with https://community.mybb.com/mods.php?action=view&pid=591

add 

.hidden-content {
	padding: 10px;
	color: #use_your_own_colors;
	background: #use_your_own_colors;
	border-radius: 2px;
	border: 1px solid #use_your_own_colors;
}

replace use_your_own_colors with your own colors get that from https://www.w3schools.com/colors/colors_picker.asp

[Image: 6xqqegl.png]
You should probably update your post to state which plugin you're using to hide the content. This tutorial might not work with every hide plugin.
(2018-05-08, 06:33 PM)Kekko Wrote: [ -> ]You should probably update your post to state which plugin you're using to hide the content. This tutorial might not work with every hide plugin.

good point, thread updated.