-
AuthorPosts
-
February 19, 2020 at 5:02 pm #1186113
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!
February 20, 2020 at 2:30 pm #1186371Hey topnetat,
Please try the following in Quick CSS under Enfold->General Styling:
select#avia_3_1 { border-radius: 5px !important; }Best regards,
RikardFebruary 20, 2020 at 2:32 pm #1186374Its working fine – Thank you!
February 20, 2020 at 2:34 pm #1186375Is it also possible to set a more thin border? for example 1px? When i set border:1px; the border doesnt display anymore..
February 21, 2020 at 1:55 pm #1186716Hi,
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,
RikardFebruary 21, 2020 at 2:19 pm #1186730It doesnt work. Should I deactivate the caching Plugin for you?
Regards Elias
February 21, 2020 at 4:13 pm #1186785Hi,
Yes try and deactivate, clear the cache and then test again.
Best regards,
Jordan ShannonMarch 5, 2020 at 12:07 pm #1190393Hi everyone!
I tried different times, but it doesnt work. Do you got another suggestion?
Thanks for your Reply
March 8, 2020 at 12:58 am #1191189Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
