Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #535214

    Is there code that changes the forms corner radius and the same with changing the text colour???

    Thanks in advance

    #535614

    Hi merlinmedia!

    Can you please post the link to your page where you would like to make the changes so we can provide you an accurate custom CSS?

    Cheers!
    Yigit

    #535630

    Hi merlinmedia!

    sure. Show us which element you want to change and we take a look.

    Cheers!
    Andy

    #535787

    http://learningatwork.co/wp-lawold/pricing/

    the form for corner and the font as I would like to be able to change the font colour etc as it does not fit in with my website I am doing

    Thanks in advance

    #536342

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling to change the colour of the font:

    .page-id-3813 input {
    color: red !important;
    }

    Not sure how you want to change the border radius though?

    Best regards,
    Rikard

    #536379

    did not work… sorry

    there are a number of forms within the site and will be more so I want to change it for all

    #536577

    Hey!

    Please use following code instead

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

    Best regards,
    Yigit

    #537057

    sorry but the following code is stoping it from happening:
    .main_color *::-moz-placeholder {
    color: #4D4D4F;

    see following page.
    http://learningatwork.co/wp-lawold/pricing/

    On the good side the forms got a radius :)

    Any help would be fantastic. There will be 9 forms in this site and want all to fit in with design :)

    #537066

    Ok make it clearer I would like ALL forms within the site the following:

    font: 0.8em “Open Sans”,”HelveticaNeue”,”Helvetica Neue”,Helvetica,Arial,sans-serif;
    color: #828282 !important;
    border-radius: 5px !important;

    Example of the forms are on the following pages:
    http://learningatwork.co/wp-lawold/pricing (down the bottom)
    http://learningatwork.co/wp-lawold/contact
    http://learningatwork.co/wp-lawold/partners (the bottom form… the one above is contact 7 form and are asking the same with them)

    Hope this makes it clearer for you :)

    Thanks in advance
    Dallas

    #538895

    Hi!

    could you provide us admin access, so we can take a closer look please? post login details here as private reply.

    Cheers!
    Andy

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