Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1402623

    Hi

    I have this in Quick CSS:

    .main_color input[type=’submit’] {
    background-color: #2C4574;
    color: white;
    border-color: #2C4574;
    }
    but color of button is black

    #1402629

    Hey mvucic1,

    Thank you for the inquiry.

    The site is not loading correctly on our end. Is the URL correct? Please check the info carefully so that we can access the site and check the contact form.

    You can try this css code to adjust the style of the submit button.

    div .main_color .button, .main_color #submit, .main_color input[type='submit'] {
        background-color: red;
        color: green;
        border-color: blue;
    }
    

    Best regards,
    Ismael

    #1402630

    I am sorry site is https://split-adria.com

    #1402631

    When I add that code color is ok but other elements change size and form

    #1402644

    Problem occurs after I have installed Translate WordPress – Google Language Translator (following the instructions found on https://kriesi.at/support/topic/google-translate-4/) , I have installed that plugin but problem remains

    #1402714

    Hi,

    We can’t see other issues with the contact form, but the color of the submit button seems to be the same without the suggested modification above. Did you remove the css code? Please provide a screenshot of the issue using imgur, savvyify or dropbox.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.