Please or Register to create posts and topics.

Problems with color of the buttons

We have the problem that in our forum the buttons are unfortunately displayed in bad color that you can not read them. Can you change the color? Unfortunately, I can not find any attitude to it?

We use the template suffix Lite

Uploaded files:
  • 15645155.png

Hello @mystasia

The background-color is coming from another source – it could be your theme or another plugin.

You can try to add the following css-code to Forum – Appearance – Custom CSS, maybe it helps:

.mce-toolbar .mce-btn button { color: inherit !important; background-color: inherit !important; }

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!