Tagged: , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #854903

    Hi,

    I’m having issues with the contact form’s colors. I would like to stay with the default Enfold’s contact form but when I set the element options in Select Element, the background and font color are changed to white and I can’t seem to find where I can change it, because in “Colors” section I have only three options (light and dark transparent and default) and there doesn’t seem to be an option to change only the font color. I want to be able to select my font color and not have it change when I set the “light transparent” element option. How would I go on doing exactly that?

    Best regards,
    Cali Softwares.

    • This topic was modified 6 years, 6 months ago by Cali.
    #855676

    Hey Cali,

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

    Best regards,
    Rikard

    #856652

    Hello, Ricardo.

    Here’s the link.

    #856798

    Hi,

    Thanks for the link, so you are looking to change the colour of the text? If so, then please try this CSS out in Quick CSS:

    .av-light-form input[type='text'] {
      color:#ddd !important;
    }

    Best regards,
    Rikard

    #857066

    Hey, Rikard

    Thank you, but this code changed the ‘main’ colours, not the Select options. Can you help me again?

    #857073

    Hi,

    You are looking to change the background color and text in the dropdown menu?

    Best regards,
    Jordan Shannon

    #857084

    Hi, Jordan.

    I’m trying to change the text color in the dropdown menu.

    #857173

    Hi,

    Try adding the following to quick css:

    .select.is_empty option{
    color:#000000!important;
    }

    Best regards,
    Jordan Shannon

    #857675

    Hi, Jordan.

    It worked very well, thank you. But before we can close this topic, one more question. Can I change the colour of “send” buttom?

    Best regards,
    Cali.

    #857730

    Hi,

    Add the following to quick css:

    .form_element input.button{
    background:red!important;
    }

    Of course add whatever color you want

    Best regards,
    Jordan Shannon

    #858221

    Thank you so much!

    #858223

    Hi,
    Great! I’m glad you got this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Contact Form – Select Element’ is closed to new replies.