-
AuthorSearch Results
-
May 24, 2015 at 10:04 pm #449294
In reply to: Form Title and Success message – size/font
Hey!
The form is working, thing the error indicating border is not being displayed because another rule is overriding it, try adding this to Quick CSS to fix both issues:
#top #wrap_all .error .text_input { border: 1px solid #DF653E !important; } /* Change color of success message */ #top #wrap_all h3.avia-form-success { color: red; }Regarding the weight of the h4 it weight seems to be
normal, in any case you can use this code to change that:h4{ font-weight: normal !important; }Best regards,
JosueMay 22, 2015 at 10:28 am #448294In reply to: How to center the contact form
Hey Josue,
I have double-checked my .htaccess-file and removed a line that might have caused the redirect to a page maintenance.html.
I also have again verified that this page’s id is correct.This is the code I am currently using:
.page_id=14 p.form_element:nth-child(4) { width: 100%; text-align: center; } h3.avia-form-success { text-align: center;}However, I still cannot see that the form’s header and button are aligned to the center.
Could you please look into this again? – Thank you.May 21, 2015 at 9:48 am #447633In reply to: How to center the contact form
Hey Jose,
thanks. I’ve adjusted the code accordingly, but it’s still not workingThis is what I’ve used:
> .page-id-14 p.form_element:nth-child(4) { width: 100%; text-align: center; } h3.avia-form-success { text-align: center;}Here’s a link to the page in case you want to have a look.
Thank you!
September 22, 2014 at 2:32 pm #323010In reply to: Contact Form – Centered?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1117 p.form_element:nth-child(4) { width: 100%; text-align: center; } h3.avia-form-success { text-align: center; }Best regards,
YigitJuly 9, 2014 at 7:06 pm #289164In reply to: Contact Form Message Text Color
Hey!
Please try following
.page-id-77 h3.avia-form-success { color: white !important; }You have a dot in front of h3, which should not be there
Best regards,
YigitJuly 9, 2014 at 6:55 pm #289159In reply to: Contact Form Message Text Color
Hey!
How can I change that color in a specific page? I tied following code but it didnt work:.page-id-77 .h3.avia-form-success {
color: white !important;
}July 8, 2014 at 12:19 pm #288444In reply to: Contact Form Message Text Color
-
AuthorSearch Results
