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

    Hi team. I am trying to setup the size of the sent text on the av_contact title. Where can I modify that property?

    Thanks

    G

    #1357637

    Hey aruizhuidobro,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the success message including the font size.

    .avia-form-success {
    	text-align: center;
    	border-style: solid;
    	border-width: 1px;
    	padding: 20px 15px;
            font-size: 18px;
    	line-height: 1.4em;
    	border-radius: 2px;
    	clear: both;
    }
    

    Best regards,
    Ismael

    #1357898

    Thank you Ismael, It is not taking it…

    is this correct ? (I know is applying the button property)

    //————————————–*/

    #top .round-submit_m_p .button {

    background: transparent;
    border: 2px solid whitesmoke;
    border-radius: 20px!important;
    font-size:16px;
    padding: 10px 10px;
    position: relative;
    }

    #top .round-submit_m_p .text_area
    {
    border-radius:20px!important;
    background: #83b6fe;
    border: none;
    overflow:auto;
    resize:none;
    position: relative;
    }

    #top .round-submit_m_p .avia-form-success {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 20px 15px;
    font-size: 10px;
    line-height: 1.4em;
    border-radius: 2px;
    clear: both;
    }

    #1357905

    Hi aruizhuidobro,

    Does this code work properly on your site?

    #top .round-submit_m_p .avia-form-success {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 20px 15px;
    font-size: 10px;
    line-height: 1.4em;
    border-radius: 2px;
    clear: both;
    }

    If not, try to replace #top .round-submit_m_p .avia-form-success with #top .avia-form-success
    If that does not work as well, then please give us a link to your site.
    You can post it privately.

    Best regards,
    Nikko

    #1358005

    Hi Nikko, if I use the #top .avia-form-success i have the same properties for the entire site… but even on that case, the form that I am using inside the widgets is not take it.

    widget -> footer column4
    code ->

    [av_contact title='' button='Enviar' on_send='' sent='Suscripción exitosa' link='manually,http://' captcha='' captcha_theme='light' captcha_size='normal' captcha_score='0.5' (Email address hidden if logged out) , (Email address hidden if logged out) ' (Email address hidden if logged out) ' subject='Pedido subscripción a newsletter desde la web' (Email address hidden if logged out) ' autoresponder_reply_to='' autoresponder_subject='' autorespond='' autorespond_after='' hide_labels='aviaTBhide_labels' form_align='' color='av-custom-form-color av-light-form' heading_tag='' heading_class='' alb_description='' id='' custom_class='round-submit-newsletter' template_class='' aria_label='' av_uid='av-kwgk7gc1' sc_version='1.0' admin_preview_bg='']
    [av_contact_field label='E-Mail' type='text' check='is_email' options='' multi_select='' av_contact_preselect='' element_display='' width='' headline_tag='h3' av_uid='av-75lok' sc_version='1.0'][/av_contact_field]

    [/av_contact]

    I am adding the credentials so you can take a look. Thanks
    G

    #1358156

    Hi G,

    I tried to check your site however this is what I’m getting:

    This site can’t be reached
    c2350005.ferozo.com took too long to respond.

    Is it blocked on certain countries?

    Best regards,
    Nikko

    #1358594

    please try here that is public access.

    https://fundaciontrauma.org.ar/wp-login.php

    same user.

    G

    #1358605

    Hi G,

    Thanks for providing the site, I could see this code working:

    #top .avia-form-success {
        text-align: center;
        border-style: solid;
        border-width: 1px;
        padding: 20px 15px;
        font-size: 10px;
        line-height: 1.4em;
        border-radius: 2px;
        clear: both;
    }

    However, the issue is that the Color Section where the form is located has a bottom margin of -180px which results in the form success message being hidden.

    Best regards,
    Nikko

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