Hi Guys!
In your very nice forum I^ve found the answer to Style the Text fields from Mail chimp with this code:
#top .avia_ajax_form.avia-mailchimp-form input[type=’text’] {
background: #c4dff6;
color: #00334e;
}
As you can see in Link below, i got an dropdown field next to the text field. And want also Style the border radius of this field. Is that possible?
Thanks for your answer!
Hey topnetat,
Please try the following in Quick CSS under Enfold->General Styling:
select#avia_3_1 {
border-radius: 5px !important;
}
Best regards,
Rikard
Its working fine – Thank you!
Is it also possible to set a more thin border? for example 1px? When i set border:1px; the border doesnt display anymore..
Hi,
Try this instead:
border-width: 1px;
It might not apply since there is CSS with !important added to it applying to that element. I can’t see exactly where it’s coming from though since your CSS is minified by your caching plugin.
Best regards,
Rikard
It doesnt work. Should I deactivate the caching Plugin for you?
Regards Elias
Hi,
Yes try and deactivate, clear the cache and then test again.
Best regards,
Jordan Shannon
Hi everyone!
I tried different times, but it doesnt work. Do you got another suggestion?
Thanks for your Reply
Hi,
Sorry for the late reply, to change your border to 1px, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top div .av-dark-form input[type=text],#top div .av-dark-form select {
border-width: 1px !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike