Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #479616

    Hi, I’ve added select elements within the subject in the contact form – I have multiple options, is there a way to expand the height of the box so that all go them show as there isn’t a scroll bar so it’s not clear there are more options to choose from? Also can I change the colour of the highlight from blue?
    Thanks

    #479620

    Hi inchmasterflex!

    Can you please post the link to your page and a screenshot showing the changes you would like to make?

    Cheers!
    Yigit

    #479630

    Hi, thanks so much for the quick reply, your support service is fantastic.
    The site is not live, log in is below.
    How do I post a screen shot?

    #479634

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    select#avia_subject_1 {
        min-height: 180px;
    }

    Best regards,
    Yigit

    #479646

    Excellent, thanks. Was there a way to change the colour of the highlighted choice from blue or is that impossible?

    #479655

    Hi!

    It is not easily possible as browsers do not really support changing these colors via CSS. Please see – http://stackoverflow.com/questions/2402146/html-select-selected-option-background-color-css-style

    Regards,
    Yigit

    #479656

    No problem, I’ll leave it as is.

    thanks so much

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Select element formatting in contact form’ is closed to new replies.