Home Forums Theme support Lambada: send button in contact form almost unvisible, how to change colour?

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 8 years, 11 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • The send button in contact form is almost unvisible, where do I change colour, for example set a coloured frame around the text?

    This is how it looks now:

    http://dans1.no/kontaktskjema/

    Thank you in advance

    Hi,

    it’s the user interface color / background color. You can change it in WP admin -> Appearance -> Theme Options -> General -> Shortcodes -> Userinterface color / background

    Unfortunately that doesn´t change anything. Please see this picture:

    https://www.evernote.com/l/AAMi3JJiCrBMeqeLxGwMEBTyHz2HesXSiiE

    Sorry, don’t saw that you use a plugin for the contact form.

    Please add this in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

    .wpcf7-submit {
     background:#C21935;
     color:#fff;
    }

    This should solve the problem.

    Please note that plugins normally comes with own styling, normally it’s not the job of the theme…

    Thank you, that solved it.

    You’re welcome!

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

You must be logged in to reply to this topic.