• Resolved mahoessen

    (@mahoessen)


    Hi, i am using the Hitchcock theme more and more. My page is already finished, with a little problem.
    I use 2 plugins which use a submit button.
    => Home > Newsletter Anmeldung
    => Home > Kontaktformular

    at the end of the page the submit button ist white font on white background with slight grey frame… where can I change the color of the button ?? I nearly find everything to change colors, but not the button…

    thanks for a short hint

    mahoessen

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @mahoessen,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    input[type="submit"], input[type="button"], input[type="reset"], :root .has-accent-background-color, .button, :root .wp-block-file__button, :root .wp-block-button__link { background-color: #000 !important; }

    Change the color hex value (#000) to the color you want to use. Let me know if that does it.

    — Anders

    Thread Starter mahoessen

    (@mahoessen)

    H Anders,

    PERFECT!, it works !! , Thanks for the fast answer…
    greetings from the Ruhr-area

    mahoessen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change color auf submit button’ is closed to new replies.