-
AuthorPosts
-
July 6, 2022 at 9:28 pm #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
July 8, 2022 at 9:15 am #1357637Hey 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,
IsmaelJuly 11, 2022 at 1:05 am #1357898Thank 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;
}July 11, 2022 at 7:26 am #1357905Hi 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,
NikkoJuly 11, 2022 at 11:54 pm #1358005Hi 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
GJuly 13, 2022 at 7:08 am #1358156Hi 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,
NikkoJuly 17, 2022 at 3:57 am #1358594July 17, 2022 at 4:01 pm #1358605Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.