Okay
  Public Ticket #2288251
error when we change color titles
Closed

Comments

  • javieralbir started the conversation

    Hello!

    We need to change the color of the the tittles in general. 

    But, when we change the color titles, the color titles of all the contact form also changes, and it is so hard color for that function... 

    Can we change only  all the titles color without changing the color text of contact form?

    Moreover, we have another doubt. Is it possible to change only the h2 color? is it obligatory change all color tittles?


    Regards.


  •  1,558
    Laborator replied

    Hi there,

    You can change the color of the titles and I will give you a CSS code after that so the contact form will keep the color it has now.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • javieralbir replied

    Thanks a lot!  :)


    I have just changed the color tittles, and we would like to know if is possible, to change the color text of the word name, email and message of the form, we prefer the white color, the yellow is a little hard.

    Moreover, we would like to ask another thing.

    Is it possible to change the color lines of the message box? Is possible to paint only the last line? without white lines, somthing such as this link:
    http://www.edugrau.com/contact

    Thanks a lot for your support and help!


  •  1,558
    Laborator replied

    Hi there,

    Add these lines of CSS under Custom CSS to make the changes you requested:

    .labeled-input-row label, .labeled-textarea-row label {
            color: #FFF;
    }
    .contact-form textarea {
            background-image: none;
            border-bottom: 1px solid #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • javieralbir replied

    Thanks a lot for your help and amability :) 

    The last doubt please. 

    The text of name and email when user is writting is beeing yellow, is it possible to put all text in white colour? (I attach a capture "1 screencapture.png")

    http://visualhunters.com/contact/

    Thanks a lot :)

  •  1,558
    Laborator replied

    Hi again,

    Add this CSS to Custom CSS:

    input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel] {
        color: #FFF;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group