Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Asgaros

    (@asgaros)

    I think that the font-color gets changed by some CSS of other plugins or your theme maybe. The box is some standard WordPress box and I dont do any changes inside there.

    What is the name of your theme you are using? Do you have a public link where I can check your sites CSS? If so, can you make me a test account for the forums?

    Thread Starter aidy660

    (@aidy660)

    It’s a custom theme made in Artisteer. I’m new to making websites and don’t have a clue how to get a public link to the CSS if you could redirect me?

    Plugin Author Asgaros

    (@asgaros)

    It should be enough if you can send me the link to your website here.

    Thread Starter aidy660

    (@aidy660)

    Plugin Author Asgaros

    (@asgaros)

    Hey again,

    this problem is definitely caused by your themes css file. You can add this code to your themes css-file to change the green color to black for example:

    .mce-container, .mce-container *, .mce-widget, .mce-widget * {
        color: #000;
    }
    Thread Starter aidy660

    (@aidy660)

    The code did not work but it helped knowing it was in the themes css file. I have it working now. Thank you very much for your help, it is muchly appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Insert/edit image box’ is closed to new replies.