Okay
  Public Ticket #1342065
nk
Closed

Comments

  • Kay started the conversation

    Hello people, I hope you can help me. By the color box is black. Unfortunately we can not read it.

    How do I get the color white

    sorry for my english

    Many Thanks

    Image

  • [deleted] replied

    Hello.

    Please give me a link to your website and your form, it does not look like usual.

  • Kay replied

    Here is the link. Homepage

    If you would like to register, you can not read the font. They should be white, but is black.

    How can I change the color. Many Thanks

  • [deleted] replied

    Hello.

    You are using the vereinonline plugin.

    I do not know what it is, but it overrides the theme styles:

  • Kay replied

    Many thanks, I simply have deinstalled the Plugin. 

  • Kay replied

    Hello Alex, unfortunately I have a new problem with the color. Can I write this in here or should I open a new ticket?

  • [deleted] replied

    Hello.

    You can write here.

  • Kay replied

    Many Thanks

    Unfortunately, the wrong color is displayed again.

    When I open the event calendar, the color in the top menu changes to blue. As soon as I'm back on the start page, it's back in white.

    I hope you can help me again

    Homepage

    not right
    right

  • [deleted] replied

    Hello.

    I see that the color overrides the Simple Event Planner plugin (see attachment 1).

    You can either disable the plugin, or redefine its css styles:

    .sep a {
      color: #ffffff!important;
      text-decoration: none;
    }
    .sep a:hover,
    .sep a:focus {
      color: #ffffff!important;
      text-decoration: none;
    }

  • Kay replied

    Thanks for the help, unfortunately I need the plugin and can not disable it. How can I defenet the color?

  • [deleted] replied

    Just add this code here: Appearance->Customize->Additional Css

    .sep a {
      color: #ffffff!important;
      text-decoration: none;
    }
    .sep a:hover,
    .sep a:focus {
      color: #ffffff!important;
      text-decoration: none;
    }

    After the update, reset the cache if you are using plugins for caching and refresh this page using the keyboard shortcuts ctrl + f5 - this will reset the local browser cache.

  • Kay replied

    Thank you, great support. Everything worked out

  •   [deleted] replied privately