Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1043027

    Hi. I always look for solutions over the forums first before posting but it seems the code only works for some of the fields in my contact form.
    I saw another post on the forum with the same issue.

    I added in the code.

    .text_input.is_empty, .text_input.is_email{
    border-radius:10px!important;
    }

    but it only makes the name and email field rounded.

    my other fields as well as the submit button does not become rounded. Thanks!

    #1043035

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { 
    border-radius:10px!important;
    }
    
    
    

    Best regards,
    Yigit

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