Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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!

    #1186371

    Hey topnetat,

    Please try the following in Quick CSS under Enfold->General Styling:

    select#avia_3_1 {
      border-radius: 5px !important;
    }

    Best regards,
    Rikard

    #1186374

    Its working fine – Thank you!

    #1186375

    Is it also possible to set a more thin border? for example 1px? When i set border:1px; the border doesnt display anymore..

    #1186716

    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

    #1186730

    It doesnt work. Should I deactivate the caching Plugin for you?

    Regards Elias

    #1186785

    Hi,

    Yes try and deactivate, clear the cache and then test again.

    Best regards,
    Jordan Shannon

    #1190393

    Hi everyone!

    I tried different times, but it doesnt work. Do you got another suggestion?

    Thanks for your Reply

    #1191189

    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

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