-
AuthorPosts
-
September 21, 2023 at 9:56 pm #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 timeAgain; 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.
ThanksSeptember 22, 2023 at 10:10 am #1420009Hello,
-upload for a long time (without send)
-contact form disappeared after long timePlease 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,
YigitSeptember 22, 2023 at 5:12 pm #1420068So, 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.
September 22, 2023 at 5:15 pm #1420069This is what I see now..
September 22, 2023 at 5:28 pm #1420072Please 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.
September 26, 2023 at 2:35 pm #1420451Hey,
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,
YigitSeptember 26, 2023 at 2:37 pm #1420452Ok but which code I have to paste there?!? This is the problem!
September 26, 2023 at 11:02 pm #1420612Hey,
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,
YigitSeptember 26, 2023 at 11:28 pm #1420616Background is ok. I would to set the text white when the color section is black and the opposite…
September 26, 2023 at 11:43 pm #1420619Also the color of the border when there is an error. Now is red!
September 29, 2023 at 10:21 am #1420874Hey,
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!
YigitSeptember 29, 2023 at 11:50 am #1420888Well. And for the color of the border of the form? Check please.
September 29, 2023 at 11:50 am #1420889I mean also in error.
October 2, 2023 at 11:14 am #1421106Please 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.October 2, 2023 at 11:43 am #1421111Hi,
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,
YigitOctober 2, 2023 at 11:47 am #1421115Just added. Check. But I’m talking about the first color. The color of the table and not the color of the error message.
October 2, 2023 at 11:52 am #1421117Hey,
As I mentioned, if you need more specific customization, feel free to hire a freelance developer.
Regards,
YigitOctober 2, 2023 at 11:54 am #1421119Is there a limit of threads to open?
Where is written?!
Are you able to tell me how to do or not?!October 2, 2023 at 1:49 pm #1421134Hey,
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,
YigitOctober 2, 2023 at 2:26 pm #1421141I wanted only to change the orange into red. No more! Is my request too difficult?!
Gray it’s ok.
Stop. -
AuthorPosts
- The topic ‘Contact form’ is closed to new replies.