Viewing 7 results - 31 through 37 (of 37 total)
  • Author
    Search Results
  • #449294

    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,
    Josue

    #448294

    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.

    #447633

    Hey Jose,
    thanks. I’ve adjusted the code accordingly, but it’s still not working

    This 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!

    #323010

    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,
    Yigit

    #289164

    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,
    Yigit

    #289159

    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;
    }

    #288444

    Hey Amir!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    h3.avia-form-success {
    color: red;
    }

    Cheers!
    Yigit

Viewing 7 results - 31 through 37 (of 37 total)