Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @mywrnews

    Would you please check your form’s display settings here? If you set “Use Theme CSS” to “No,” it should display as the default style.

    Let me know the update after tweaking the settings.
    Thanks!

    Thread Starter VISHNU BISHNOI

    (@mywrnews)

    not solved …. its hapning again .. i mean on bbpress forum , on comments form , on WP User Frontend ,,, every visual form… can you please give me any code for solve it.

    Hi again,

    I am assuming your current theme is overriding the style of the TinyMCE. Please consider running a theme/plugin conflict test by following this article. If the display setting is set to “No,” it should show the output as the default unless your theme style overrides that. In such a case, WPUF doesn’t have anything to do.

    However, to inject a custom CSS with the TinyMCE button, you can inspect your browser and find the relevant ID (https://prnt.sc/1wmtboa), then use CSS as follows.

    #mceu_84 {
        background: #4fd0ed;
    }

    I hope this will helps.
    Thanks.

    Due to the inactivity of the topic, I’m making this resolved.

    Feel free to open a new thread/topic for further queries.
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PROBLEM WITH VISUAL TABS COLOUR’ is closed to new replies.