Can I change elements colors of a theme?

  • rafaelpaolini
    Asked on October 4, 2017 at 10:42 AM

    Hello,

    I´m doing some tests on Clever Colorful Theme, but I need to change the elements colors. Is that possible?

    Only found option to change the background.

    Thank You

    Rafael

  • Jan
    Replied on October 4, 2017 at 11:53 AM

    We can help you in changing the color of the form elements via custom CSS. Please provide the form element you would like to change and what color do you prefer.

    We will wait for your response. Thank you.

  • rafaelpaolini
    Replied on October 4, 2017 at 1:43 PM
    Thank you for your response.

    I´want to change the first field to blue.

    https://form.jotformz.com/72265403984663

    Tks

    Rafael

    De: JotForm [mailto:noreply@jotform.com]
    Enviada em: quarta-feira, 4 de outubro de 2017 12:54
    Para: rafael@fixers.com.br
    Assunto: Re: Can I Change elements colors of a theme?

    A new response has been received:

    Answered by Jan
    We can help you in changing the color of the form elements via custom CSS . Please provide the form element you would like to change and what color do you prefer.
    We will wait for your response. Thank you.
    View this thread on browser » Unsubscribe Thread
    1507132425
    ...
  • Jan
    Replied on October 4, 2017 at 2:08 PM

    Are you referring to the "Escolha uma das opções abaixo" field? If yes, then please insert this CSS code into the form:

    #id_68 {
    background: rgb(0, 183, 229);
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    Can I change elements colors of a theme? Image 1 Screenshot 20

    Hope that helps. Thank you.