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

    I would like to change the color of the light transparent contact form. Right now the text and borders are white, but I would like to change them to #fff2d6

    Here’s a screenshot of what I’m talking about.

    Thank you so much, I’m really enjoying using this theme!

    #712419

    Hi GregDunn,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #712550

    Link below.
    Thank you!

    #712560

    Hi!

    “Sorry, we’re being built!”. Can you please post temporary logins here privately as well so we can inspect the elements on your page and provide you an accurate solution? :)

    Regards,
    Yigit

    #712577

    Whoops!

    Try this below

    • This reply was modified 7 years, 4 months ago by Basilis.
    #712758

    Hi,

    Thanks for the details, please try the following in Quick CSS under Enfold->General Styling:

    #top div .av-light-form input[type='text'], .av-light-form .button {
        color: #fff2d6 !important;
        border-color: #fff2d6 !important;
    }

    Best regards,
    Rikard

    #713290

    Very cool. It (mostly) worked! There are two areas that didn’t change color though.

    Here’s the link if the embedded image didn’t load.

    I circled them in the image. Any idea what could be causing it?

    Thank you so much for your help, you guys are awesome!

    Greg

    #713422

    Hi Greg,

    Thanks for the screenshot, please try adding this CSS as well:

    #top .avia_ajax_form .text_area, form h3 {
        color: #fff2d6 !important;
        border-color: #fff2d6 !important;
    }

    Best regards,
    Rikard

    #713423

    Thank you Rikard! It worked!

    Much appreciated.

    Have a good one,

    Greg

    #713434

    Hey!

    Glad it’s fixed :)

    Cheers!
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Change color of Contact form’ is closed to new replies.