MyBB Community Forums

Full Version: Edit message html or php code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello how do i edit the private messages html or php code on my forum
i want to change it size, bg, and color

look how terrible it is:
[Image: 8jbUU5y.png]
Go to admincp and modify that "plugin" settings Big Grin
(2014-09-27, 02:08 PM)Claraviolet Wrote: [ -> ]Go to admincp and modify that "plugin" settings Big Grin

This is not a Plugin, it's like this since i installed MyBB
Go to your theme's global.css and find .pm_alert class. Then modify it to suit your needs.
(2014-09-27, 02:11 PM)Destroy666 Wrote: [ -> ]Go to your theme's global.css and find .pm_alert class. Then modify it to suit your needs.

Could not find .pm_alert Confused
^ can we have your forum url
(2014-09-27, 02:40 PM).m. Wrote: [ -> ]^ can we have your forum url

sent on your PM, anybody can fix? help please
as Destroy666 suggested, your forum's active theme has below style property in global.css
.pm_alert {
	background: #FFF6BF;

change that #FFF6BF; color value to a suitable color (color values available here)

Admin Panel >> Themes >> forum's active theme >> global.css >> Edit Stylesheet: Advanced Mode (tab)

after saving the changes in style sheet you have to hard refresh your browser (eg. press CTRL + F5) on forum's index page