Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1050314

    ahurlburt53
    Participant

    Ive searched everywhere but am unable to locate css to change the drop down menu color to 57c9e7 from blue with is on the forms now.

    https://vsfmarketing.com/get-in-touch/

    screen shot http://i.imgur.com/4SrsAsw.png

    #1050376

    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    select#input_1_10 {
        color: #57c9e7;
    }

    Hope it helps 🙂

    #1050491

    ahurlburt53
    Participant

    ty for your fast response, I am actually referring to the hover color of selected drop down menu items. Click on the yes option in request more services. You will see the other two options appear.

    View post on imgur.com

    #1050560

    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    #gform_1 select:focus {
           outline: 5px auto #57c9e7;
    }
    

    Hope that helps.