Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1195590

    I want to show horizontal all fields from contact form on this page.

    How to do that?

    #1195936

    Hey techplusweb,

    I’m not sure I understand your question, do you mean that you want all the fields to display next to each other? If so then you can set that in the Styling tab when you open the field in question.

    Best regards,
    Rikard

    #1196093

    Done, thanks!

    How to change the color of the button in that field?

    #1196912

    Hi techplusweb,

    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 #av_section_1 input[type='submit'] {
        background-color: #f01a58;
        color: #ffffff;
        border-color: #f01a58;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1200203

    I the form from below how to center the submit button and alsi change background color of it.

    #1200227

    Hi,

    Add this to quick css:

    #element_avia_4_1 ~ p.form_element{
        text-align:center!important;
    }
    
    .main_color input[type='submit']{
        background-color: #fff!important;
        color: #f05a1a!important;
        border-color: #fff!important;
    }

    Best regards,
    Jordan Shannon

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