Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #921217

    Hi, not sure what happened but after I update the theme many things have gone wrong on the site.

    #921364

    This is how it looked before the theme update.

    #921613

    Hi,

    Did you make some tweaks on the Enfold theme? I just noticed that the color of the fields are different. Please try to revert to the previous version, I would suggest using a child theme.

    Best regards,
    Nikko

    #921621

    How can I make the fields look as they did before?

    #922041

    Hi Dror,

    Sorry for the problems. Please try this in Quick CSS:

    .avia_ajax_form .form_element_fourth {
        margin-right: 0 !important;
    }
    #order p input {
        background-color:green !important;
    }

    Best regards,
    Rikard

    #922210

    That worked but the form is LTR now and not RTL. The submit button should be with a white background and it should be on the left side, not the right side as it is now.

    #922295

    Hi,

    Thanks for the feedback. Please try this instead:

    .avia_ajax_form .form_element_fourth {
        float: right !important;
        margin-left: 5px !important;
    }

    Best regards,
    Rikard

    #922330

    How can I make it look the same as this – https://screencast.com/t/Mb6cA7FrN0e?

    Currently the inline text is not visible as it is white and the background is also white.

    #922890

    Hi,

    Thank you for the update.

    Please remove the previous modification. Add a left margin to the first field and remove the margin of the last field.

    .rtl .avia_ajax_form .form_element {
        float: right;
    }
    
    .rtl .avia_ajax_form p.first_form {
        clear: both;
        margin-left: 1%;
    }
    
    .rtl .avia_ajax_form p:last-child {
        margin-left: 0;
    }

    Best regards,
    Ismael

    #922896

    And what about the button color? How can I make it white background?

    #922974

    Hi bakbek,

    This code in quick css with !important is what it makes it so.
    Image 2018-03-07 at 19.29.06.png

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     #top #order .av-centered-form  p input[type=submit] {
      background-color: #fff !important;
      color: #53a9b8;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #923813

    OK, that fixed it. But I still have an issue on the homepage with the contact form, it should show in one line and the button breaks to a new line below and it simply looks bad.

    How can I fix it?

    #923843

    Hi bakbek,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #order .avia_ajax_form .form_element_third {
        width: 31.6%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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