Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #884961

    Hi, where do i change the color of the button in contact form?

    I need to set RBG # -values, thanks.

    #884981

    Hey,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-custom-class input[type='submit'] { background-color: rgb(255,0,232); }
    

    Best regards,
    Yigit

    #885981

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Color of the button in contact form’ is closed to new replies.