[Plugin: More Fields] WYSIWYG table background color
-
I noticed that the background color of the table for the WYSIWYG editor is being styled with a white background, which looks strange in WP 3.2.1. (Maybe WP used to use a white table?). At any rate, in case other people want to fix this, you probably have two options. (And maybe the plugin author might want to change this in their next version).
- Edit more-fields-field-types.php, remove or comment lines 336-339. This removes the style which defines the white background.
- Or you can just add your own override style to your CSS using the selector: “.mf_field_wysiwyg table” and set the background to transparent. (This is probably the preferred method so that you can upgrade the plugin later and preserve your change, if the author doesn’t change it).
Examples:
Here’s what the WordPress WYSIWYG looks like: http://www.diigo.com/item/image/1pkhs/y2ht
Here’s what the More Fields WYSIWYG looks like: http://www.diigo.com/item/image/1pkhs/4ise
The topic ‘[Plugin: More Fields] WYSIWYG table background color’ is closed to new replies.