Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #589273

    Hello

    I would like to change the color of the font and the field borders of my contact form to #cca870.
    How can I do this?

    #589279

    Hi Carolina!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_ajax_form p {
        color: #cca870!important;
    }
    #top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button {
        border-color: #cca870;
    }

    Regards,
    Yigit

    #589290

    Hi Yigit

    Thank you for the quick reply. It almost works!
    If I go to the boron “Senden” it hovers a horrible pink color. How do I change it to #cca870, too?

    #589295

    Hey!

    Please add following code to Quick CSS as well

    .main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type='submit']:hover {
        background-color: #cca870;
        color: white!important;
        border-color: #cca870!important;
    }

    Regards,
    Yigit

    #589307

    Greatttt! Thank youuuu! :-D

    #589312

    Hi!

    You are welcome! Your website looks so pretty.
    Let us know if you have any other questions or issues :)

    Regards,
    Yigit

    #589615

    Hi Yigit

    The contact form does not work at all. I don’t get the messages. What shall I do?

    Best
    Carolina

    #589813

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/ and make sure that you have added correct email.

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.