Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #1419962

    Hello. Try to click “send” in the contact form, you will see:
    -upload for a long time (without send)
    -contact form disappeared after long time

    Again; the message when you enter wrong email is little, white background and not readable. Where can I change that?
    Again; the border after clicking “send” become colored (yellow maybe..). Where can I change that color?

    Check.
    Thanks

    #1420009

    Hello,

    -upload for a long time (without send)
    -contact form disappeared after long time

    Please try deactivating all active plugins and check if that helps.

    Again; the message when you enter wrong email is little, white background and not readable. Where can I change that?

    Please add following code to bottom of Quick CSS field and adjust as needed:

    
    .av-fields-with-error {
      font-size: 20px;
      color: orange;
      background-color: black;
    }
    

    Again; the border after clicking “send” become colored (yellow maybe..). Where can I change that color?

    Please go to Enfold theme options > General Styling > Main Content and change the “Highlight Color”.

    Best regards,
    Yigit

    #1420068

    So, plugin activates or not is the same. BIG error! Doesn’t works. I think that you should check…

    About the error message it’s ok but i would like it whithout border: i tried to text (border:none) but doesn’t work. Anyway could be ok.

    About the color, i tried to change there but without success.

    Check please.

    #1420069

    This is what I see now..

    #1420072

    Please check also this image.
    Should be a way to have the error text black on white background and white on black background. Or not?
    The same for the buttons overlay: I would have some transparency that I tried to set on General style—> Main content, etc…..

    Help me please.

    A lot of errors. Not satisfied.

    #1420451

    Hey,

    It looks like your custom CSS is not applied. Probably because of an error in your CSS as I mentioned in your other threads.

    Please use the CSS Lint site ( http://csslint.net/ ) to check your CSS for errors and fix them. This should work after fixing the CSS error.

    Regards,
    Yigit

    #1420452

    Ok but which code I have to paste there?!? This is the problem!

    #1420612

    Hey,

    You have the following custom CSS code:

    .av-fields-with-error {
      font-size: 20px;
      background-color: rgba(0,0,0,0);
      border: 0;
    }

    With this code you’re setting background color to transparent. Modify this code to change the background color.

    Best regards,
    Yigit

    #1420616

    Background is ok. I would to set the text white when the color section is black and the opposite…

    #1420619

    Also the color of the border when there is an error. Now is red!

    #1420874

    Hey,

    To change the border color, please use the following code:

    
    #top .av-fields-with-error {
      border-color: green !important;
    }
    

    The error text is white at the moment ( https://i.imgur.com/bh09vMG.png ). If this isn’t what you meant, please elaborate.

    Cheers!
    Yigit

    #1420888

    Well. And for the color of the border of the form? Check please.

    #1420889

    I mean also in error.

    #1421106

    Please look at the attachment.
    There are two colors: I want the color above red and the color below gray. So they are visible both on black and white background.

    #1421111

    Hi,

    You can use the following code to adjust the colors of the error field:

    
    .av-fields-with-error {
      font-size: 20px;
      color: white;
      background-color: black;
      border-color: orange !important;
    }
    

    If you need specific customization, please hire a freelance developer.

    Regards,
    Yigit

    #1421115

    Just added. Check. But I’m talking about the first color. The color of the table and not the color of the error message.

    #1421117

    Hey,

    As I mentioned, if you need more specific customization, feel free to hire a freelance developer.

    Regards,
    Yigit

    #1421119

    Is there a limit of threads to open?
    Where is written?!
    Are you able to tell me how to do or not?!

    #1421134

    Hey,

    There isn’t a limit, but there’s a support policy ( https://themeforest.net/page/item_support_policy#whats-not-included-item-support ). I shared this link with you multiple times and pointed out that customization is out of the scope of the support. As far as I’m aware, only 1 thread out of the 46 you started is an actual issue in Enfold.

    This thread is a perfect example: https://kriesi.at/support/topic/setting-background-overlay/. We provide you with a custom CSS, you say it doesn’t work, we tell you what could be the issue, you say “check”, we check it and the issue ends up being what we guessed earlier and the custom CSS we provided isn’t even added.

    You’re clearly looking for someone to log in to your site and do the customizations for you but this is a task that’s meant for freelance developers, not us.

    I provided you with a selector in this thread. If you’d like to apply this styling for a specific Contact Form element, you can edit your Contact Form element, go to Advanced > Developer Settings > Custom CSS Class, add a custom CSS class to your element (“your-custom-css-class” in the example below), and use the code as the following:

    
    .your-custom-css-class .av-fields-with-error {
    /* Your custom CSS for the Contact Form element with "your-custom-css-class" goes here */
    }
    

    Best regards,
    Yigit

    #1421141

    I wanted only to change the orange into red. No more! Is my request too difficult?!
    Gray it’s ok.
    Stop.

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Contact form’ is closed to new replies.