Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #571887

    Hi,

    How do I customize this drop down area for the contact form?

    I would like to change

    the text color
    the text color when rollover
    the background color
    the background color when I roll over

    #572701

    Hi mcraig77!

    Please use the below css in Enfold > General Styling > Quick CSS

    
    #element_avia_5_1 select {    
        background-color: #212121!important;
        color: #fff;
    }
    

    Regards,
    Vinay

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