Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Stanislav Khromov

    (@khromov)

    What WordPress theme are you using?

    Is your WordPress theme overriding the Distraction Free editor background?

    Thread Starter Prometheus Fire

    (@prometheus-fire)

    Sorry, this is resolved. The MarketPress plugin has a CSS rule for

    .wp_themeSkin iframe {
    background-color: #FFFFFF !important;
    }

    and they’ve marked it as !important which was overriding the CSS for your plugin.

    Not sure what that CSS class is for or why MarketPress wants so much control over it. Removing the !important for the MarketPress file fixed the problem.

    Plugin Author Stanislav Khromov

    (@khromov)

    Hey Prometheus,
    Glad you managed to solve the issue.

    I’m working on a fix for this in the upcoming version by adjusting the priority of the loaded styles and applying !important to both the editor text and background.

    Plugin Author Stanislav Khromov

    (@khromov)

    Hey Prometheus,

    This should be fixed in version 2.1

    Thread Starter Prometheus Fire

    (@prometheus-fire)

    Great, thank you for the follow up!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White textbox’ is closed to new replies.