Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1349454

    How can I change the button color on my contact form when using the Dark Transparent Form Color Scheme. I have “round-submit” Custom CSS Class that works under default, but not with the Dark Transparent. See the image link: https://imgur.com/j8btTq9.

    Thanks in advance.

    #1349490

    Hey advteksol,

    Try to use this CSS code instead, just change the additional properties I’ve added.

    #top .av-dark-form.round-submit .button {
        background-color: black;
        color: white;
    }

    Best regards,
    Nikko

    #1349565

    Great – that works! Thanks so much.

    #1349583

    Hi,

    Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Button Color on Contact Form’ is closed to new replies.